/frameworks/base/core/java/android/view/ |
D | VerifiedKeyEvent.java | 316 int _hash = 1; in hashCode() local 317 _hash = 31 * _hash + super.hashCode(); in hashCode() 318 _hash = 31 * _hash + mAction; in hashCode() 319 _hash = 31 * _hash + Long.hashCode(mDownTimeNanos); in hashCode() 320 _hash = 31 * _hash + mFlags; in hashCode() 321 _hash = 31 * _hash + mKeyCode; in hashCode() 322 _hash = 31 * _hash + mScanCode; in hashCode() 323 _hash = 31 * _hash + mMetaState; in hashCode() 324 _hash = 31 * _hash + mRepeatCount; in hashCode() 325 return _hash; in hashCode()
|
D | VerifiedMotionEvent.java | 300 int _hash = 1; in hashCode() local 301 _hash = 31 * _hash + super.hashCode(); in hashCode() 302 _hash = 31 * _hash + Float.hashCode(mRawX); in hashCode() 303 _hash = 31 * _hash + Float.hashCode(mRawY); in hashCode() 304 _hash = 31 * _hash + mActionMasked; in hashCode() 305 _hash = 31 * _hash + Long.hashCode(mDownTimeNanos); in hashCode() 306 _hash = 31 * _hash + mFlags; in hashCode() 307 _hash = 31 * _hash + mMetaState; in hashCode() 308 _hash = 31 * _hash + mButtonState; in hashCode() 309 return _hash; in hashCode()
|
D | VerifiedInputEvent.java | 177 int _hash = 1; in hashCode() local 178 _hash = 31 * _hash + mType; in hashCode() 179 _hash = 31 * _hash + getDeviceId(); in hashCode() 180 _hash = 31 * _hash + Long.hashCode(getEventTimeNanos()); in hashCode() 181 _hash = 31 * _hash + getSource(); in hashCode() 182 _hash = 31 * _hash + getDisplayId(); in hashCode() 183 return _hash; in hashCode()
|
/frameworks/base/services/core/java/com/android/server/pm/pkg/ |
D | PackageUserStateImpl.java | 593 int _hash = 1; 594 _hash = 31 * _hash + Objects.hashCode(mDisabledComponentsWatched); 595 _hash = 31 * _hash + Objects.hashCode(mEnabledComponentsWatched); 596 _hash = 31 * _hash + Long.hashCode(mCeDataInode); 597 _hash = 31 * _hash + Boolean.hashCode(mInstalled); 598 _hash = 31 * _hash + Boolean.hashCode(mStopped); 599 _hash = 31 * _hash + Boolean.hashCode(mNotLaunched); 600 _hash = 31 * _hash + Boolean.hashCode(mHidden); 601 _hash = 31 * _hash + mDistractionFlags; 602 _hash = 31 * _hash + Boolean.hashCode(mInstantApp); [all …]
|
/frameworks/base/core/java/android/permission/ |
D | PermissionGroupUsage.java | 222 int _hash = 1; in hashCode() local 223 _hash = 31 * _hash + java.util.Objects.hashCode(mPackageName); in hashCode() 224 _hash = 31 * _hash + mUid; in hashCode() 225 _hash = 31 * _hash + Long.hashCode(mLastAccessTimeMillis); in hashCode() 226 _hash = 31 * _hash + java.util.Objects.hashCode(mPermissionGroupName); in hashCode() 227 _hash = 31 * _hash + Boolean.hashCode(mActive); in hashCode() 228 _hash = 31 * _hash + Boolean.hashCode(mPhoneCall); in hashCode() 229 _hash = 31 * _hash + java.util.Objects.hashCode(mAttributionTag); in hashCode() 230 _hash = 31 * _hash + java.util.Objects.hashCode(mAttributionLabel); in hashCode() 231 _hash = 31 * _hash + java.util.Objects.hashCode(mProxyLabel); in hashCode() [all …]
|
/frameworks/base/core/java/android/companion/ |
D | AssociationRequest.java | 543 int _hash = 1; in hashCode() local 544 _hash = 31 * _hash + Boolean.hashCode(mSingleDevice); in hashCode() 545 _hash = 31 * _hash + Objects.hashCode(mDeviceFilters); in hashCode() 546 _hash = 31 * _hash + Objects.hashCode(mDeviceProfile); in hashCode() 547 _hash = 31 * _hash + Objects.hashCode(mDisplayName); in hashCode() 548 _hash = 31 * _hash + Boolean.hashCode(mSelfManaged); in hashCode() 549 _hash = 31 * _hash + Boolean.hashCode(mForceConfirmation); in hashCode() 550 _hash = 31 * _hash + Objects.hashCode(mPackageName); in hashCode() 551 _hash = 31 * _hash + mUserId; in hashCode() 552 _hash = 31 * _hash + Objects.hashCode(mDeviceProfilePrivilegesDescription); in hashCode() [all …]
|
/frameworks/base/core/java/android/view/selectiontoolbar/ |
D | ShowInfo.java | 263 int _hash = 1; in hashCode() local 264 _hash = 31 * _hash + Long.hashCode(mWidgetToken); in hashCode() 265 _hash = 31 * _hash + Boolean.hashCode(mLayoutRequired); in hashCode() 266 _hash = 31 * _hash + java.util.Objects.hashCode(mMenuItems); in hashCode() 267 _hash = 31 * _hash + java.util.Objects.hashCode(mContentRect); in hashCode() 268 _hash = 31 * _hash + mSuggestedWidth; in hashCode() 269 _hash = 31 * _hash + java.util.Objects.hashCode(mViewPortOnScreen); in hashCode() 270 _hash = 31 * _hash + java.util.Objects.hashCode(mHostInputToken); in hashCode() 271 _hash = 31 * _hash + Boolean.hashCode(mIsLightTheme); in hashCode() 272 return _hash; in hashCode()
|
D | ToolbarMenuItem.java | 286 int _hash = 1; in hashCode() local 287 _hash = 31 * _hash + mItemId; in hashCode() 288 _hash = 31 * _hash + java.util.Objects.hashCode(mTitle); in hashCode() 289 _hash = 31 * _hash + java.util.Objects.hashCode(mContentDescription); in hashCode() 290 _hash = 31 * _hash + mGroupId; in hashCode() 291 _hash = 31 * _hash + java.util.Objects.hashCode(mIcon); in hashCode() 292 _hash = 31 * _hash + java.util.Objects.hashCode(mTooltipText); in hashCode() 293 _hash = 31 * _hash + mPriority; in hashCode() 294 return _hash; in hashCode()
|
D | WidgetInfo.java | 158 int _hash = 1; in hashCode() local 159 _hash = 31 * _hash + Long.hashCode(mWidgetToken); in hashCode() 160 _hash = 31 * _hash + java.util.Objects.hashCode(mContentRect); in hashCode() 161 _hash = 31 * _hash + java.util.Objects.hashCode(mSurfacePackage); in hashCode() 162 return _hash; in hashCode()
|
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/models/ |
D | DomainVerificationPkgState.java | 285 int _hash = 1; in hashCode() local 286 _hash = 31 * _hash + Objects.hashCode(mPackageName); in hashCode() 287 _hash = 31 * _hash + Objects.hashCode(mId); in hashCode() 288 _hash = 31 * _hash + Boolean.hashCode(mHasAutoVerifyDomains); in hashCode() 289 _hash = 31 * _hash + Objects.hashCode(mStateMap); in hashCode() 290 _hash = 31 * _hash + userStatesHashCode(); in hashCode() 291 _hash = 31 * _hash + Objects.hashCode(mBackupSignatureHash); in hashCode() 292 return _hash; in hashCode()
|
D | DomainVerificationInternalUserState.java | 187 int _hash = 1; in hashCode() local 188 _hash = 31 * _hash + mUserId; in hashCode() 189 _hash = 31 * _hash + java.util.Objects.hashCode(mEnabledHosts); in hashCode() 190 _hash = 31 * _hash + Boolean.hashCode(mLinkHandlingAllowed); in hashCode() 191 return _hash; in hashCode()
|
/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 | 207 int _hash = 1; in hashCode() local 208 _hash = 31 * _hash + mOpCode; in hashCode() 209 _hash = 31 * _hash + mNotingUid; in hashCode() 210 _hash = 31 * _hash + java.util.Objects.hashCode(mAttributionTag); in hashCode() 211 _hash = 31 * _hash + java.util.Objects.hashCode(mMessage); in hashCode() 212 _hash = 31 * _hash + Long.hashCode(mTime); in hashCode() 213 return _hash; in hashCode()
|
D | SyncNotedAppOp.java | 198 int _hash = 1; in hashCode() local 199 _hash = 31 * _hash + mOpMode; in hashCode() 200 _hash = 31 * _hash + mOpCode; in hashCode() 201 _hash = 31 * _hash + java.util.Objects.hashCode(mAttributionTag); in hashCode() 202 _hash = 31 * _hash + java.util.Objects.hashCode(mPackageName); in hashCode() 203 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/service/voice/ |
D | HotwordDetectedResult.java | 779 int _hash = 1; in hashCode() local 780 _hash = 31 * _hash + mConfidenceLevel; in hashCode() 781 _hash = 31 * _hash + Objects.hashCode(mMediaSyncEvent); in hashCode() 782 _hash = 31 * _hash + mHotwordOffsetMillis; in hashCode() 783 _hash = 31 * _hash + mHotwordDurationMillis; in hashCode() 784 _hash = 31 * _hash + mAudioChannel; in hashCode() 785 _hash = 31 * _hash + Boolean.hashCode(mHotwordDetectionPersonalized); in hashCode() 786 _hash = 31 * _hash + mScore; in hashCode() 787 _hash = 31 * _hash + mPersonalizedScore; in hashCode() 788 _hash = 31 * _hash + mHotwordPhraseId; in hashCode() [all …]
|
/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()
|
D | SampleDataClass.java | 1226 int _hash = 1; in hashCode() local 1227 _hash = 31 * _hash + mNum; in hashCode() 1228 _hash = 31 * _hash + mNum2; in hashCode() 1229 _hash = 31 * _hash + mNum4; in hashCode() 1230 _hash = 31 * _hash + Objects.hashCode(mName); in hashCode() 1231 _hash = 31 * _hash + Objects.hashCode(mName2); in hashCode() 1232 _hash = 31 * _hash + Objects.hashCode(mName4); in hashCode() 1233 _hash = 31 * _hash + Objects.hashCode(mOtherParcelable); in hashCode() 1234 _hash = 31 * _hash + Objects.hashCode(mDate); in hashCode() 1235 _hash = 31 * _hash + patternHashCode(); in hashCode() [all …]
|
/frameworks/base/core/java/com/android/internal/statusbar/ |
D | LetterboxDetails.java | 173 int _hash = 1; in hashCode() local 174 _hash = 31 * _hash + java.util.Objects.hashCode(mLetterboxInnerBounds); in hashCode() 175 _hash = 31 * _hash + java.util.Objects.hashCode(mLetterboxFullBounds); in hashCode() 176 _hash = 31 * _hash + mAppAppearance; in hashCode() 177 return _hash; in hashCode()
|
/frameworks/base/core/java/android/view/inputmethod/ |
D | InlineSuggestionInfo.java | 294 int _hash = 1; in hashCode() local 295 _hash = 31 * _hash + java.util.Objects.hashCode(mInlinePresentationSpec); in hashCode() 296 _hash = 31 * _hash + java.util.Objects.hashCode(mSource); in hashCode() 297 _hash = 31 * _hash + java.util.Arrays.hashCode(mAutofillHints); in hashCode() 298 _hash = 31 * _hash + java.util.Objects.hashCode(mType); in hashCode() 299 _hash = 31 * _hash + Boolean.hashCode(mPinned); in hashCode() 300 _hash = 31 * _hash + java.util.Objects.hashCode(mTooltip); in hashCode() 301 return _hash; in hashCode()
|
/frameworks/base/core/java/android/content/pm/verify/domain/ |
D | DomainVerificationUserState.java | 282 int _hash = 1; in hashCode() local 283 _hash = 31 * _hash + java.util.Objects.hashCode(mIdentifier); in hashCode() 284 _hash = 31 * _hash + java.util.Objects.hashCode(mPackageName); in hashCode() 285 _hash = 31 * _hash + java.util.Objects.hashCode(mUser); in hashCode() 286 _hash = 31 * _hash + Boolean.hashCode(mLinkHandlingAllowed); in hashCode() 287 _hash = 31 * _hash + java.util.Objects.hashCode(mHostToStateMap); in hashCode() 288 return _hash; in hashCode()
|
/frameworks/base/core/java/android/security/attestationverification/ |
D | AttestationProfile.java | 223 int _hash = 1; in hashCode() local 224 _hash = 31 * _hash + mAttestationProfileId; in hashCode() 225 _hash = 31 * _hash + java.util.Objects.hashCode(mPackageName); in hashCode() 226 _hash = 31 * _hash + java.util.Objects.hashCode(mProfileName); in hashCode() 227 return _hash; in hashCode()
|
/frameworks/base/core/java/android/content/pm/permission/ |
D | SplitPermissionInfoParcelable.java | 152 int _hash = 1; in hashCode() local 153 _hash = 31 * _hash + Objects.hashCode(mSplitPermission); in hashCode() 154 _hash = 31 * _hash + Objects.hashCode(mNewPermissions); in hashCode() 155 _hash = 31 * _hash + mTargetSdk; in hashCode() 156 return _hash; in hashCode()
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | DataShareRequest.java | 134 int _hash = 1; in hashCode() local 135 _hash = 31 * _hash + java.util.Objects.hashCode(mPackageName); in hashCode() 136 _hash = 31 * _hash + java.util.Objects.hashCode(mLocusId); in hashCode() 137 _hash = 31 * _hash + java.util.Objects.hashCode(mMimeType); in hashCode() 138 return _hash; in hashCode()
|
/frameworks/base/core/java/android/service/autofill/ |
D | InlinePresentation.java | 214 int _hash = 1; in hashCode() local 215 _hash = 31 * _hash + java.util.Objects.hashCode(mSlice); in hashCode() 216 _hash = 31 * _hash + java.util.Objects.hashCode(mInlinePresentationSpec); in hashCode() 217 _hash = 31 * _hash + Boolean.hashCode(mPinned); in hashCode() 218 return _hash; in hashCode()
|