/aosp14/frameworks/base/core/java/android/security/net/config/ |
H A D | Pin.java | 28 private final int mHashCode; field in Pin 33 mHashCode = Arrays.hashCode(digest) ^ digestAlgorithm.hashCode(); in Pin() 57 return mHashCode; in hashCode() 69 if (other.hashCode() != mHashCode) { in equals()
|
/aosp14/frameworks/base/core/java/android/view/inputmethod/ |
H A D | EditorBoundsInfo.java | 43 private final int mHashCode; field in EditorBoundsInfo 46 mHashCode = source.readInt(); in EditorBoundsInfo() 76 return mHashCode; in hashCode() 108 dest.writeInt(mHashCode); in writeToParcel() 175 mHashCode = hash; in EditorBoundsInfo()
|
H A D | CursorAnchorInfo.java | 49 private final int mHashCode; field in CursorAnchorInfo 158 mHashCode = source.readInt(); in CursorAnchorInfo() 183 dest.writeInt(mHashCode); in writeToParcel() 202 return mHashCode; in hashCode() 285 return "CursorAnchorInfo{mHashCode=" + mHashCode in toString() 587 mHashCode = hashCode; in CursorAnchorInfo()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/tare/ |
H A D | EconomyManagerInternal.java | 41 private final int mHashCode; field in EconomyManagerInternal.AnticipatedAction 58 mHashCode = hash; in AnticipatedAction() 73 return mHashCode; in hashCode() 85 private final int mHashCode; field in EconomyManagerInternal.ActionBill 96 mHashCode = hash; in ActionBill() 113 return mHashCode; in hashCode()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/leak/ |
H A 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()
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/os/strictmode/ |
H A D | Violation.java | 21 private int mHashCode; field in Violation 32 return mHashCode; in hashCode() 40 return mHashCode = hashCode; in hashCode()
|
/aosp14/frameworks/base/location/java/android/location/ |
H A D | Country.java | 83 private int mHashCode; field in Country 222 int hash = mHashCode; in hashCode() 227 mHashCode = hash; in hashCode() 229 return mHashCode; in hashCode()
|
/aosp14/frameworks/base/core/java/android/hardware/radio/ |
H A 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()
|
/aosp14/frameworks/base/core/java/android/hardware/camera2/params/ |
H A D | TonemapCurve.java | 276 return mHashCode; in hashCode() 279 mHashCode = HashCodeHelpers.hashCodeGeneric(mRed, mGreen, mBlue); in hashCode() 282 return mHashCode; in hashCode() 348 private int mHashCode; field in TonemapCurve
|
/aosp14/frameworks/base/core/java/android/text/style/ |
H A D | SuggestionSpan.java | 133 private final int mHashCode; field in SuggestionSpan 195 mHashCode = hashCodeInternal(mSuggestions, mLanguageTag, mLocaleStringForCompatibility); in SuggestionSpan() 255 mHashCode = src.readInt(); in SuggestionSpan() 335 dest.writeInt(mHashCode); in writeToParcelInternal() 359 return ((SuggestionSpan)o).hashCode() == mHashCode; in equals() 366 return mHashCode; in hashCode()
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | Signature.java | 48 private int mHashCode; field in Signature 271 return mHashCode; in hashCode() 275 mHashCode = Arrays.hashCode(mSignature); in hashCode() 277 return mHashCode; in hashCode()
|
/aosp14/frameworks/base/core/java/com/android/internal/os/ |
H A D | BinderLatencyObserver.java | 322 private int mHashCode = 0; field in BinderLatencyObserver.LatencyDims 353 if (mHashCode != 0) { in hashCode() 354 return mHashCode; in hashCode() 358 mHashCode = hash; in hashCode()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
H A D | Task.java | 78 private int mHashCode; field in Task.TaskKey 153 return mHashCode; in hashCode() 163 mHashCode = Objects.hash(id, windowingMode, userId); in updateHashCode()
|
/aosp14/frameworks/base/core/java/android/content/res/ |
H A D | Resources.java | 2004 private int mHashCode = 0; field in Resources.ThemeKey 2046 mHashCode = 31 * (31 * mHashCode + resId) + (force ? 1 : 0); in append() 2059 mHashCode = other.mHashCode; in setTo() 2064 return mHashCode; in hashCode() 2101 other.mHashCode = mHashCode; in clone()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
H A D | BatterySaverPolicy.java | 667 private final int mHashCode; field in BatterySaverPolicy.Policy 722 mHashCode = Objects.hash( in Policy() 931 return mHashCode; in hashCode()
|
/aosp14/frameworks/base/apex/jobscheduler/service/java/com/android/server/job/controllers/ |
H A D | QuotaController.java | 1956 private final int mHashCode; 1967 mHashCode = hashCode; 1995 return mHashCode;
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | Intent.java | 11280 private final int mHashCode; field in Intent.FilterComparison 11284 mHashCode = intent.filterHashCode(); in FilterComparison() 11307 return mHashCode; in hashCode()
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 10534 Landroid/content/Intent$FilterComparison;->mHashCode:I 13388 Landroid/content/pm/Signature;->mHashCode:I 13814 Landroid/content/res/Resources$ThemeKey;->mHashCode:I 19458 Landroid/hardware/camera2/params/TonemapCurve;->mHashCode:I 22819 Landroid/location/Country;->mHashCode:I 31316 Landroid/media/tv/TvContentRating;->mHashCode:I 48602 Landroid/security/net/config/Pin;->mHashCode:I 56830 Landroid/text/style/SuggestionSpan;->mHashCode:I 60399 Landroid/view/inputmethod/CursorAnchorInfo;->mHashCode:I
|