/packages/modules/AppSearch/framework/java/external/android/app/appsearch/ |
D | EmbeddingVector.java | 61 @Nullable private Integer mHashCode; field in EmbeddingVector 104 if (mHashCode == null) { in hashCode() 105 mHashCode = Objects.hash(Arrays.hashCode(mValues), mModelSignature); in hashCode() 107 return mHashCode; in hashCode()
|
D | SearchSuggestionResult.java | 46 @Nullable private Integer mHashCode; field in SearchSuggestionResult 80 if (mHashCode == null) { in hashCode() 81 mHashCode = mSuggestedResult.hashCode(); in hashCode() 83 return mHashCode; in hashCode()
|
D | VisibilityPermissionConfig.java | 78 @Nullable private Integer mHashCode; field in VisibilityPermissionConfig 159 if (mHashCode == null) { in hashCode() 160 mHashCode = Arrays.hashCode(mAllRequiredPermissions); in hashCode() 162 return mHashCode; in hashCode()
|
D | SchemaVisibilityConfig.java | 64 @Nullable private Integer mHashCode; field in SchemaVisibilityConfig 151 if (mHashCode == null) { in hashCode() 152 mHashCode = in hashCode() 156 return mHashCode; in hashCode()
|
/packages/modules/Permission/PermissionController/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()
|
/packages/apps/Launcher3/src/com/android/launcher3/util/ |
D | PackageUserKey.java | 23 private int mHashCode; field in PackageUserKey 59 mHashCode = Objects.hash(packageName, widgetCategory, user); in update() 77 return mHashCode; in hashCode()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/ |
D | WordProperty.java | 47 private int mHashCode = 0; field in WordProperty 186 if (mHashCode == 0) { in hashCode() 187 mHashCode = computeHashCode(this); in hashCode() 189 return mHashCode; in hashCode()
|
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/safeparcel/ |
D | PropertyParcel.java | 76 @Nullable private Integer mHashCode; field in PropertyParcel 214 if (mHashCode == null) { in hashCode() 231 mHashCode = Objects.hash(mPropertyName, hashCode); in hashCode() 233 return mHashCode; in hashCode()
|
D | GenericDocumentParcel.java | 102 @Nullable private Integer mHashCode; field in GenericDocumentParcel 258 if (mHashCode == null) { in hashCode() 259 mHashCode = in hashCode() 271 return mHashCode; in hashCode()
|
D | PropertyConfigParcel.java | 85 @Nullable private Integer mHashCode; field in PropertyConfigParcel 344 if (mHashCode == null) { in hashCode() 345 mHashCode = in hashCode() 358 return mHashCode; in hashCode()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | Key.java | 203 private final int mHashCode; field in Key 241 mHashCode = computeHashCode(this); in Key() 406 mHashCode = computeHashCode(this); in Key() 438 mHashCode = key.mHashCode; in Key() 513 if (mHashCode > o.mHashCode) return 1; in compareTo() 519 return mHashCode; in hashCode()
|
D | KeyboardId.java | 86 private final int mHashCode; field in KeyboardId 102 mHashCode = computeHashCode(this); in KeyboardId() 188 return mHashCode; in hashCode()
|
/packages/services/Car/service/src/com/android/car/ |
D | CarUxRestrictionsManagerService.java | 179 private int mHashCode; field in CarUxRestrictionsManagerService.DisplayIdentifier 201 if (mHashCode == 0) { in hashCode() 202 mHashCode = Objects.hash(occupantZoneId, displayType); in hashCode() 204 return mHashCode; in hashCode()
|
/packages/modules/Connectivity/framework-t/src/android/net/ |
D | NetworkStatsCollection.java | 1055 private final int mHashCode; field in NetworkStatsCollection.Key 1075 mHashCode = Objects.hash(ident, uid, set, tag); in Key() 1080 return mHashCode; in hashCode()
|