Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/security/net/config/
H A DPin.java28 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 DEditorBoundsInfo.java43 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 DCursorAnchorInfo.java49 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 DEconomyManagerInternal.java41 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 DWeakIdentityHashMap.java72 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 DTvContentRating.java896 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 DViolation.java21 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 DCountry.java83 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 DRadioMetadata.java265 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 DTonemapCurve.java276 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 DSuggestionSpan.java133 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 DSignature.java48 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 DBinderLatencyObserver.java322 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 DTask.java78 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 DResources.java2004 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 DBatterySaverPolicy.java667 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 DQuotaController.java1956 private final int mHashCode;
1967 mHashCode = hashCode;
1995 return mHashCode;
/aosp14/frameworks/base/core/java/android/content/
H A DIntent.java11280 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 Dhiddenapi-max-target-o.txt10534 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