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

/frameworks/base/location/java/android/location/
H A DCountry.java61 private int mHashCode; field in class:Country
176 int hash = mHashCode;
181 mHashCode = hash;
183 return mHashCode;
/frameworks/base/core/java/android/content/pm/
H A DSignature.java38 private int mHashCode; field in class:Signature
174 return mHashCode;
176 mHashCode = Arrays.hashCode(mSignature);
178 return mHashCode;
/frameworks/base/core/java/android/text/style/
H A DSuggestionSpan.java90 private final int mHashCode; field in class:SuggestionSpan
153 mHashCode = hashCodeInternal(mSuggestions, mLocaleString, mNotificationTargetClassName);
200 mHashCode = src.readInt();
256 dest.writeInt(mHashCode);
273 return ((SuggestionSpan)o).hashCode() == mHashCode;
280 return mHashCode;
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java982 private Integer mHashCode = null; field in class:VCardEntry.PhotoData
1025 if (mHashCode != null) {
1026 return mHashCode;
1038 mHashCode = hash;
/frameworks/base/core/java/android/content/
H A DIntent.java6560 private final int mHashCode; field in class:Intent.FilterComparison
6564 mHashCode = intent.filterHashCode();
6587 return mHashCode;

Completed in 160 milliseconds