/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | AdnCapacity.java | 41 private int mHashCode = 0; field in AdnCapacity 182 if (mHashCode == 0) { in hashCode() 183 mHashCode = mMaxAdnCount; in hashCode() 184 mHashCode = 31 * mHashCode + mUsedAdnCount; in hashCode() 185 mHashCode = 31 * mHashCode + mMaxEmailCount; in hashCode() 186 mHashCode = 31 * mHashCode + mUsedEmailCount; in hashCode() 187 mHashCode = 31 * mHashCode + mMaxAnrCount; in hashCode() 188 mHashCode = 31 * mHashCode + mUsedAnrCount; in hashCode() 189 mHashCode = 31 * mHashCode + mMaxNameLength; in hashCode() 190 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/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/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() 439 mHashCode = hash; in CursorAnchorInfo()
|
/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 | 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 | 133 private final int mHashCode; field in SuggestionSpan 195 mHashCode = hashCodeInternal(mSuggestions, mLanguageTag, mLocaleStringForCompatibility); in SuggestionSpan() 251 mHashCode = src.readInt(); in SuggestionSpan() 331 dest.writeInt(mHashCode); in writeToParcelInternal() 355 return ((SuggestionSpan)o).hashCode() == mHashCode; in equals() 362 return mHashCode; in hashCode()
|
/frameworks/base/core/java/android/content/pm/ |
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()
|
/frameworks/base/core/java/com/android/internal/os/ |
D | BinderLatencyObserver.java | 323 private int mHashCode = 0; field in BinderLatencyObserver.LatencyDims 354 if (mHashCode != 0) { in hashCode() 355 return mHashCode; in hashCode() 359 mHashCode = hash; in hashCode()
|
/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/model/ |
D | Task.java | 70 private int mHashCode; field in Task.TaskKey 141 return mHashCode; in hashCode() 151 mHashCode = Objects.hash(id, windowingMode, userId); in updateHashCode()
|
/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/ |
D | AppSearchSchema.java | 287 @Nullable private Integer mHashCode; field in AppSearchSchema.PropertyConfig 396 if (mHashCode == null) { in hashCode() 397 mHashCode = BundleUtil.deepHashCode(mBundle); in hashCode() 399 return mHashCode; in hashCode()
|
D | GenericDocument.java | 95 @Nullable private Integer mHashCode; field in GenericDocument 868 if (mHashCode == null) { in hashCode() 869 mHashCode = BundleUtil.deepHashCode(mBundle); in hashCode() 871 return mHashCode; in hashCode()
|
/frameworks/base/core/java/android/content/res/ |
D | Resources.java | 1926 private int mHashCode = 0; field in Resources.ThemeKey 1941 mHashCode = 31 * (31 * mHashCode + resId) + (force ? 1 : 0); in append() 1953 mHashCode = other.mHashCode; in setTo() 1958 return mHashCode; in hashCode() 1995 other.mHashCode = mHashCode; in clone()
|
/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
D | BatterySaverPolicy.java | 685 private final int mHashCode; field in BatterySaverPolicy.Policy 744 mHashCode = Objects.hash( in Policy() 973 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 | 1896 private final int mHashCode; 1907 mHashCode = hashCode; 1930 return mHashCode;
|
/frameworks/base/core/java/android/content/ |
D | Intent.java | 10569 private final int mHashCode; field in Intent.FilterComparison 10573 mHashCode = intent.filterHashCode(); in FilterComparison() 10596 return mHashCode; in hashCode()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 13412 Landroid/content/Intent$FilterComparison;->mHashCode:I 16266 Landroid/content/pm/Signature;->mHashCode:I 16692 Landroid/content/res/Resources$ThemeKey;->mHashCode:I 22336 Landroid/hardware/camera2/params/TonemapCurve;->mHashCode:I 25697 Landroid/location/Country;->mHashCode:I 34194 Landroid/media/tv/TvContentRating;->mHashCode:I 51925 Landroid/security/net/config/Pin;->mHashCode:I 60153 Landroid/text/style/SuggestionSpan;->mHashCode:I 63722 Landroid/view/inputmethod/CursorAnchorInfo;->mHashCode:I
|