commit | b30b38506b51dd3460f02568b6b161f2b9753a73 | [log] [tgz] |
---|---|---|
author | Kyeongkab.Nam <Kyeongkab.Nam@sony.com> | Fri Jan 25 17:55:01 2019 +0900 |
committer | Kyeongkab.Nam <Kyeongkab.Nam@sony.com> | Wed Jan 22 11:10:32 2020 +0900 |
tree | 4889d0b8798c8af84ea8c2fd5c89ea97eb29aa21 | |
parent | cd3676cefd7190f2cd6e4ae4e87de1adf1add393 [diff] |
Fix equals and hashCode APIs on TvTrackInfo Current hashCode API cares only for mId and it returns same values even if other member variables are different. To avoid for returning same values between different TvTrackInfo of each program, hashCode API should care all variables used on equals API. Note that mId is defined as unique only in the same program. Test: build Change-Id: I4d72f6ce80141d92f86e548804e1f0257ed6fcfb