Home
last modified time | relevance | path

Searched refs:mHashCode (Results 1 – 5 of 5) 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/core/java/android/content/pm/
DSignature.java38 private int mHashCode; field in Signature
174 return mHashCode; in hashCode()
176 mHashCode = Arrays.hashCode(mSignature); in hashCode()
178 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/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.java6376 private final int mHashCode; field in Intent.FilterComparison
6380 mHashCode = intent.filterHashCode(); in FilterComparison()
6403 return mHashCode; in hashCode()