/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | AdnCapacity.java | 40 private int mHashCode = 0; field in AdnCapacity 193 if (mHashCode == 0) { in hashCode() 194 mHashCode = mMaxAdnCount; in hashCode() 195 mHashCode = 31 * mHashCode + mUsedAdnCount; in hashCode() 196 mHashCode = 31 * mHashCode + mMaxEmailCount; in hashCode() 197 mHashCode = 31 * mHashCode + mUsedEmailCount; in hashCode() 198 mHashCode = 31 * mHashCode + mMaxAnrCount; in hashCode() 199 mHashCode = 31 * mHashCode + mUsedAnrCount; in hashCode() 200 mHashCode = 31 * mHashCode + mMaxNameLength; in hashCode() 201 mHashCode = 31 * mHashCode + mMaxNumberLength; in hashCode() [all …]
|
/frameworks/base/core/java/android/security/net/config/ |
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()
|
/frameworks/base/core/java/android/view/inputmethod/ |
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()
|
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()
|
/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/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/location/java/android/location/ |
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()
|
/frameworks/base/core/java/android/hardware/camera2/params/ |
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
|
/frameworks/base/core/java/android/text/style/ |
D | SuggestionSpan.java | 134 private final int mHashCode; field in SuggestionSpan 196 mHashCode = hashCodeInternal(mSuggestions, mLanguageTag, mLocaleStringForCompatibility); in SuggestionSpan() 276 mHashCode = hashCode; in SuggestionSpan() 357 dest.writeInt(mHashCode); in writeToParcelInternal() 381 return ((SuggestionSpan)o).hashCode() == mHashCode; in equals() 388 return mHashCode; in hashCode()
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioMetadata.java | 346 private Integer mHashCode; field in RadioMetadata 350 if (mHashCode == null) { in hashCode() 358 mHashCode = Arrays.hashCode(objs); in hashCode() 360 return mHashCode; in hashCode() 817 mHashCode = null; in putIntFromNative() 832 mHashCode = null; in putStringFromNative() 848 mHashCode = null; in putBitmapFromNative() 865 mHashCode = null; in putClockFromNative()
|
/frameworks/base/core/java/com/android/internal/os/ |
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()
|
/frameworks/base/core/java/android/content/pm/ |
D | Signature.java | 49 private int mHashCode; field in Signature 272 return mHashCode; in hashCode() 276 mHashCode = Arrays.hashCode(mSignature); in hashCode() 278 return mHashCode; in hashCode()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
D | Task.java | 97 private int mHashCode; field in Task.TaskKey 182 return mHashCode; in hashCode() 192 mHashCode = Objects.hash(id, windowingMode, userId); in updateHashCode()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 2025 private int mHashCode = 0; field in Resources.ThemeKey 2067 mHashCode = 31 * (31 * mHashCode + resId) + (force ? 1 : 0); in append() 2080 mHashCode = other.mHashCode; in setTo() 2085 return mHashCode; in hashCode() 2122 other.mHashCode = mHashCode; in clone()
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySaverPolicy.java | 673 private final int mHashCode; field in BatterySaverPolicy.Policy 728 mHashCode = Objects.hash( in Policy() 928 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 | 2040 private final int mHashCode; 2051 mHashCode = hashCode; 2079 return mHashCode;
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 11793 private final int mHashCode; field in Intent.FilterComparison 11797 mHashCode = intent.filterHashCode(); in FilterComparison() 11820 return mHashCode; in hashCode()
|
/frameworks/base/boot/hiddenapi/ |
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 47959 Landroid/security/net/config/Pin;->mHashCode:I 56187 Landroid/text/style/SuggestionSpan;->mHashCode:I 59756 Landroid/view/inputmethod/CursorAnchorInfo;->mHashCode:I
|