/frameworks/base/core/java/android/security/net/config/ |
D | Pin.java | 26 private final int mHashCode; field in Pin 31 mHashCode = Arrays.hashCode(digest) ^ digestAlgorithm.hashCode(); in Pin() 55 return mHashCode; in hashCode() 67 if (other.hashCode() != mHashCode) { in equals()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
D | WeakIdentityHashMap.java | 72 private final int mHashCode; field in WeakIdentityHashMap.CmpWeakReference 76 mHashCode = System.identityHashCode(key); in CmpWeakReference() 81 mHashCode = System.identityHashCode(key); in CmpWeakReference() 98 return mHashCode; in hashCode()
|
/frameworks/base/core/java/android/os/strictmode/ |
D | Violation.java | 21 private int mHashCode; field in Violation 32 return mHashCode; in hashCode() 40 return mHashCode = hashCode; in hashCode()
|
/frameworks/base/location/java/android/location/ |
D | Country.java | 62 private int mHashCode; field in Country 180 int hash = mHashCode; in hashCode() 185 mHashCode = hash; in hashCode() 187 return mHashCode; in hashCode()
|
/frameworks/base/media/java/android/media/tv/ |
D | TvContentRating.java | 896 private final int mHashCode; field in TvContentRating 978 mHashCode = 31 * Objects.hash(mDomain, mRating) + Arrays.hashCode(mSubRatings); in TvContentRating() 1077 if (mHashCode != other.mHashCode) { in equals() 1094 return mHashCode; in hashCode()
|
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/util/ |
D | ComponentKey.java | 32 private final int mHashCode; field in ComponentKey 40 mHashCode = Arrays.hashCode(new Object[] {componentName, user}); in ComponentKey() 46 return mHashCode; in hashCode()
|
/frameworks/base/core/java/android/text/style/ |
D | SuggestionSpan.java | 126 private final int mHashCode; field in SuggestionSpan 185 mHashCode = hashCodeInternal(mSuggestions, mLanguageTag, mLocaleStringForCompatibility); in SuggestionSpan() 231 mHashCode = src.readInt(); in SuggestionSpan() 309 dest.writeInt(mHashCode); in writeToParcelInternal() 331 return ((SuggestionSpan)o).hashCode() == mHashCode; in equals() 338 return mHashCode; in hashCode()
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioMetadata.java | 265 private Integer mHashCode; field in RadioMetadata 269 if (mHashCode == null) { in hashCode() 277 mHashCode = Arrays.hashCode(objs); in hashCode() 279 return mHashCode; in hashCode() 648 mHashCode = null; in putIntFromNative() 663 mHashCode = null; in putStringFromNative() 679 mHashCode = null; in putBitmapFromNative() 696 mHashCode = null; in putClockFromNative()
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
D | TonemapCurve.java | 275 return mHashCode; in hashCode() 278 mHashCode = HashCodeHelpers.hashCodeGeneric(mRed, mGreen, mBlue); in hashCode() 281 return mHashCode; in hashCode() 347 private int mHashCode; field in TonemapCurve
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | CursorAnchorInfo.java | 44 private final int mHashCode; field in CursorAnchorInfo 133 mHashCode = source.readInt(); in CursorAnchorInfo() 155 dest.writeInt(mHashCode); in writeToParcel() 171 return mHashCode; in hashCode() 241 return "CursorAnchorInfo{mHashCode=" + mHashCode in toString() 456 mHashCode = hashCode; in CursorAnchorInfo()
|
/frameworks/base/core/java/android/content/pm/ |
D | Signature.java | 44 private int mHashCode; field in Signature 265 return mHashCode; in hashCode() 267 mHashCode = Arrays.hashCode(mSignature); in hashCode() 269 return mHashCode; in hashCode()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
D | Task.java | 81 private int mHashCode; field in Task.TaskKey 152 return mHashCode; in hashCode() 162 mHashCode = Objects.hash(id, windowingMode, userId); in updateHashCode()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 1880 private int mHashCode = 0; field in Resources.ThemeKey 1895 mHashCode = 31 * (31 * mHashCode + resId) + (force ? 1 : 0); in append() 1907 mHashCode = other.mHashCode; in setTo() 1912 return mHashCode; in hashCode() 1949 other.mHashCode = mHashCode; in clone()
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySaverPolicy.java | 658 private final int mHashCode; field in BatterySaverPolicy.Policy 710 mHashCode = Objects.hash( in Policy() 889 return mHashCode; in hashCode()
|
/frameworks/opt/vcard/java/com/android/vcard/ |
D | VCardEntry.java | 995 private Integer mHashCode = null; field in VCardEntry.PhotoData 1038 if (mHashCode != null) { in hashCode() 1039 return mHashCode; in hashCode() 1051 mHashCode = hash; in hashCode()
|
/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
D | QuotaController.java | 1395 private final int mHashCode; field in QuotaController.TimingSession 1406 mHashCode = hashCode; in TimingSession() 1429 return mHashCode; in hashCode()
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 10300 private final int mHashCode; field in Intent.FilterComparison 10304 mHashCode = intent.filterHashCode(); in FilterComparison() 10327 return mHashCode; in hashCode()
|