Home
last modified time | relevance | path

Searched refs:mHashCode (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/location/java/android/location/
DCountry.java61 private int mHashCode; field in Country
176 int hash = mHashCode; in hashCode()
181 mHashCode = hash; in hashCode()
183 return mHashCode; in hashCode()
/frameworks/base/media/java/android/media/tv/
DTvContentRating.java692 private final int mHashCode; field in TvContentRating
763 mHashCode = 31 * Objects.hash(mDomain, mRating) + Arrays.hashCode(mSubRatings); in TvContentRating()
867 if (mHashCode != other.mHashCode) { in equals()
884 return mHashCode; in hashCode()
/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java90 private final int mHashCode; field in SuggestionSpan
153 mHashCode = hashCodeInternal(mSuggestions, mLocaleString, mNotificationTargetClassName); in SuggestionSpan()
200 mHashCode = src.readInt(); in SuggestionSpan()
256 dest.writeInt(mHashCode); in writeToParcel()
273 return ((SuggestionSpan)o).hashCode() == mHashCode; in equals()
280 return mHashCode; in hashCode()
/frameworks/base/core/java/android/hardware/camera2/params/
DTonemapCurve.java277 return mHashCode; in hashCode()
280 mHashCode = HashCodeHelpers.hashCode(mRed, mGreen, mBlue); in hashCode()
283 return mHashCode; in hashCode()
349 private int mHashCode; field in TonemapCurve
/frameworks/base/core/java/android/content/pm/
DSignature.java43 private int mHashCode; field in Signature
218 return mHashCode; in hashCode()
220 mHashCode = Arrays.hashCode(mSignature); in hashCode()
222 return mHashCode; in hashCode()
/frameworks/opt/vcard/java/com/android/vcard/
DVCardEntry.java982 private Integer mHashCode = null; field in VCardEntry.PhotoData
1025 if (mHashCode != null) { in hashCode()
1026 return mHashCode; in hashCode()
1038 mHashCode = hash; in hashCode()
/frameworks/base/core/java/android/content/
DIntent.java7035 private final int mHashCode; field in Intent.FilterComparison
7039 mHashCode = intent.filterHashCode(); in FilterComparison()
7062 return mHashCode; in hashCode()