/frameworks/base/core/java/android/view/ |
D | VerifiedKeyEvent.java | 323 int _hash = 1; in hashCode() local 324 _hash = 31 * _hash + getDeviceId(); in hashCode() 325 _hash = 31 * _hash + Long.hashCode(getEventTimeNanos()); in hashCode() 326 _hash = 31 * _hash + getSource(); in hashCode() 327 _hash = 31 * _hash + getDisplayId(); in hashCode() 328 _hash = 31 * _hash + mAction; in hashCode() 329 _hash = 31 * _hash + Long.hashCode(mDownTimeNanos); in hashCode() 330 _hash = 31 * _hash + mFlags; in hashCode() 331 _hash = 31 * _hash + mKeyCode; in hashCode() 332 _hash = 31 * _hash + mScanCode; in hashCode() [all …]
|
D | VerifiedMotionEvent.java | 302 int _hash = 1; in hashCode() local 303 _hash = 31 * _hash + getDeviceId(); in hashCode() 304 _hash = 31 * _hash + Long.hashCode(getEventTimeNanos()); in hashCode() 305 _hash = 31 * _hash + getSource(); in hashCode() 306 _hash = 31 * _hash + getDisplayId(); in hashCode() 307 _hash = 31 * _hash + Float.hashCode(mRawX); in hashCode() 308 _hash = 31 * _hash + Float.hashCode(mRawY); in hashCode() 309 _hash = 31 * _hash + mActionMasked; in hashCode() 310 _hash = 31 * _hash + Long.hashCode(mDownTimeNanos); in hashCode() 311 _hash = 31 * _hash + mFlags; in hashCode() [all …]
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | KeyphraseMetadata.java | 144 int _hash = 1; in hashCode() local 145 _hash = 31 * _hash + mId; in hashCode() 146 _hash = 31 * _hash + java.util.Objects.hashCode(mKeyphrase); in hashCode() 147 _hash = 31 * _hash + java.util.Objects.hashCode(mSupportedLocales); in hashCode() 148 _hash = 31 * _hash + mRecognitionModeFlags; in hashCode() 149 return _hash; in hashCode()
|
/frameworks/base/core/java/android/app/ |
D | AsyncNotedAppOp.java | 187 int _hash = 1; in hashCode() local 188 _hash = 31 * _hash + mOpCode; in hashCode() 189 _hash = 31 * _hash + mNotingUid; in hashCode() 190 _hash = 31 * _hash + java.util.Objects.hashCode(mAttributionTag); in hashCode() 191 _hash = 31 * _hash + java.util.Objects.hashCode(mMessage); in hashCode() 192 _hash = 31 * _hash + Long.hashCode(mTime); in hashCode() 193 return _hash; in hashCode()
|
D | SyncNotedAppOp.java | 117 int _hash = 1; in hashCode() local 118 _hash = 31 * _hash + mOpCode; in hashCode() 119 _hash = 31 * _hash + java.util.Objects.hashCode(mAttributionTag); in hashCode() 120 return _hash; in hashCode()
|
D | AppOpsManager.java | 5808 int _hash = 1; in hashCode() local 5809 _hash = 31 * _hash + Objects.hashCode(mTag); in hashCode() 5810 _hash = 31 * _hash + Objects.hashCode(mHistoricalOps); in hashCode() 5811 return _hash; in hashCode()
|
/frameworks/base/core/java/android/content/om/ |
D | OverlayableInfo.java | 106 int _hash = 1; in hashCode() local 107 _hash = 31 * _hash + Objects.hashCode(name); in hashCode() 108 _hash = 31 * _hash + Objects.hashCode(actor); in hashCode() 109 return _hash; in hashCode()
|
/frameworks/base/core/java/android/companion/ |
D | Association.java | 109 int _hash = 1; in hashCode() local 110 _hash = 31 * _hash + userId; in hashCode() 111 _hash = 31 * _hash + Objects.hashCode(deviceAddress); in hashCode() 112 _hash = 31 * _hash + Objects.hashCode(companionAppPackage); in hashCode() 113 return _hash; in hashCode()
|
D | WifiDeviceFilter.java | 173 int _hash = 1; in hashCode() local 174 _hash = 31 * _hash + Objects.hashCode(mNamePattern); in hashCode() 175 _hash = 31 * _hash + Objects.hashCode(mBssid); in hashCode() 176 _hash = 31 * _hash + Objects.hashCode(mBssidMask); in hashCode() 177 return _hash; in hashCode()
|
/frameworks/base/core/java/android/content/pm/permission/ |
D | SplitPermissionInfoParcelable.java | 147 int _hash = 1; in hashCode() local 148 _hash = 31 * _hash + Objects.hashCode(mSplitPermission); in hashCode() 149 _hash = 31 * _hash + Objects.hashCode(mNewPermissions); in hashCode() 150 _hash = 31 * _hash + mTargetSdk; in hashCode() 151 return _hash; in hashCode()
|
/frameworks/base/tests/Codegen/src/com/android/codegentest/ |
D | SampleWithNestedDataClasses.java | 89 int _hash = 1; in hashCode() local 90 _hash = 31 * _hash + java.util.Objects.hashCode(mBar); in hashCode() 91 return _hash; in hashCode() 213 int _hash = 1; in hashCode() local 214 _hash = 31 * _hash + Long.hashCode(mBaz2); in hashCode() 215 return _hash; in hashCode() 327 int _hash = 1; in hashCode() local 328 _hash = 31 * _hash + java.util.Objects.hashCode(mBaz); in hashCode() 329 return _hash; in hashCode()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InlineSuggestionsRequest.java | 343 int _hash = 1; in hashCode() local 344 _hash = 31 * _hash + mMaxSuggestionCount; in hashCode() 345 _hash = 31 * _hash + java.util.Objects.hashCode(mInlinePresentationSpecs); in hashCode() 346 _hash = 31 * _hash + java.util.Objects.hashCode(mHostPackageName); in hashCode() 347 _hash = 31 * _hash + java.util.Objects.hashCode(mSupportedLocales); in hashCode() 348 _hash = 31 * _hash + java.util.Objects.hashCode(mExtras); in hashCode() 349 _hash = 31 * _hash + java.util.Objects.hashCode(mHostInputToken); in hashCode() 350 _hash = 31 * _hash + mHostDisplayId; in hashCode() 351 return _hash; in hashCode()
|
D | InlineSuggestionInfo.java | 258 int _hash = 1; in hashCode() local 259 _hash = 31 * _hash + java.util.Objects.hashCode(mInlinePresentationSpec); in hashCode() 260 _hash = 31 * _hash + java.util.Objects.hashCode(mSource); in hashCode() 261 _hash = 31 * _hash + java.util.Arrays.hashCode(mAutofillHints); in hashCode() 262 _hash = 31 * _hash + java.util.Objects.hashCode(mType); in hashCode() 263 _hash = 31 * _hash + Boolean.hashCode(mPinned); in hashCode() 264 return _hash; in hashCode()
|
D | InlineSuggestionsResponse.java | 117 int _hash = 1; in hashCode() local 118 _hash = 31 * _hash + java.util.Objects.hashCode(mInlineSuggestions); in hashCode() 119 return _hash; in hashCode()
|
D | InlineSuggestion.java | 525 int _hash = 1; 526 _hash = 31 * _hash + java.util.Objects.hashCode(mInfo); 527 _hash = 31 * _hash + java.util.Objects.hashCode(mContentProvider); 528 _hash = 31 * _hash + java.util.Objects.hashCode(mInlineContentCallback); 529 return _hash;
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | DataShareRequest.java | 133 int _hash = 1; in hashCode() local 134 _hash = 31 * _hash + java.util.Objects.hashCode(mPackageName); in hashCode() 135 _hash = 31 * _hash + java.util.Objects.hashCode(mLocusId); in hashCode() 136 _hash = 31 * _hash + java.util.Objects.hashCode(mMimeType); in hashCode() 137 return _hash; in hashCode()
|
/frameworks/base/core/java/android/service/autofill/ |
D | InlinePresentation.java | 185 int _hash = 1; in hashCode() local 186 _hash = 31 * _hash + java.util.Objects.hashCode(mSlice); in hashCode() 187 _hash = 31 * _hash + java.util.Objects.hashCode(mInlinePresentationSpec); in hashCode() 188 _hash = 31 * _hash + Boolean.hashCode(mPinned); in hashCode() 189 return _hash; in hashCode()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | InlineSuggestionsRequestInfo.java | 157 int _hash = 1; in hashCode() local 158 _hash = 31 * _hash + java.util.Objects.hashCode(mComponentName); in hashCode() 159 _hash = 31 * _hash + java.util.Objects.hashCode(mAutofillId); in hashCode() 160 _hash = 31 * _hash + java.util.Objects.hashCode(mUiExtras); in hashCode() 161 return _hash; in hashCode()
|
/frameworks/base/core/java/android/widget/inline/ |
D | InlinePresentationSpec.java | 174 int _hash = 1; in hashCode() local 175 _hash = 31 * _hash + java.util.Objects.hashCode(mMinSize); in hashCode() 176 _hash = 31 * _hash + java.util.Objects.hashCode(mMaxSize); in hashCode() 177 _hash = 31 * _hash + java.util.Objects.hashCode(mStyle); in hashCode() 178 return _hash; in hashCode()
|