Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DCountry.java60 private int mHashCode; field in Country
142 int hash = mHashCode; in hashCode()
147 mHashCode = hash; in hashCode()
149 return mHashCode; in hashCode()
/frameworks/base/core/java/android/text/style/
DSuggestionSpan.java85 private final int mHashCode; field in SuggestionSpan
144 mHashCode = hashCodeInternal(mSuggestions, mLocaleString, mNotificationTargetClassName); in SuggestionSpan()
181 mHashCode = src.readInt(); in SuggestionSpan()
236 dest.writeInt(mHashCode); in writeToParcel()
253 return ((SuggestionSpan)o).hashCode() == mHashCode; in equals()
260 return mHashCode; in hashCode()
/frameworks/base/core/java/android/content/pm/
DSignature.java36 private int mHashCode; field in Signature
172 return mHashCode; in hashCode()
174 mHashCode = Arrays.hashCode(mSignature); in hashCode()
176 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.java5446 private final int mHashCode; field in Intent.FilterComparison
5450 mHashCode = intent.filterHashCode(); in FilterComparison()
5473 return mHashCode; in hashCode()