/frameworks/base/core/java/android/hardware/display/ |
D | DisplayViewport.java | 133 final int prime = 31; in hashCode() local 135 result += prime * result + (valid ? 1 : 0); in hashCode() 136 result += prime * result + (isActive ? 1 : 0); in hashCode() 137 result += prime * result + displayId; in hashCode() 138 result += prime * result + orientation; in hashCode() 139 result += prime * result + logicalFrame.hashCode(); in hashCode() 140 result += prime * result + physicalFrame.hashCode(); in hashCode() 141 result += prime * result + deviceWidth; in hashCode() 142 result += prime * result + deviceHeight; in hashCode() 143 result += prime * result + uniqueId.hashCode(); in hashCode() [all …]
|
D | AmbientBrightnessDayStats.java | 156 final int prime = 31; in hashCode() local 158 result = result * prime + mLocalDate.hashCode(); in hashCode() 159 result = result * prime + Arrays.hashCode(mBucketBoundaries); in hashCode() 160 result = result * prime + Arrays.hashCode(mStats); in hashCode()
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 394 final int prime = 31; in hashCode() local 396 result = prime * result + mId; in hashCode() 397 result = prime * result + mImplementor.hashCode(); in hashCode() 398 result = prime * result + mDescription.hashCode(); in hashCode() 399 result = prime * result + mUuid.hashCode(); in hashCode() 400 result = prime * result + mVersion; in hashCode() 401 result = prime * result + mSupportedModelArch.hashCode(); in hashCode() 402 result = prime * result + mMaxSoundModels; in hashCode() 403 result = prime * result + mMaxKeyphrases; in hashCode() 404 result = prime * result + mMaxUsers; in hashCode() [all …]
|
/frameworks/base/keystore/java/android/security/keystore2/ |
D | AndroidKeyStoreKey.java | 102 final int prime = 31; in hashCode() local 105 result = prime * result + ((mDescriptor == null) ? 0 : mDescriptor.hashCode()); in hashCode() 106 result = prime * result + (int) (mKeyId >>> 32); in hashCode() 107 result = prime * result + (int) (mKeyId & 0xffffffff); in hashCode() 108 result = prime * result + ((mAuthorizations == null) ? 0 : mAuthorizations.hashCode()); in hashCode() 109 result = prime * result + ((mAlgorithm == null) ? 0 : mAlgorithm.hashCode()); in hashCode()
|
D | AndroidKeyStorePublicKey.java | 60 final int prime = 31; in hashCode() local 63 result = prime * result + super.hashCode(); in hashCode() 64 result = prime * result + ((mCertificate == null) ? 0 : mCertificate.hashCode()); in hashCode() 65 result = prime * result + ((mCertificateChain == null) ? 0 : mCertificateChain.hashCode()); in hashCode()
|
/frameworks/base/core/java/android/speech/tts/ |
D | Voice.java | 200 final int prime = 31; in hashCode() local 202 result = prime * result + ((mFeatures == null) ? 0 : mFeatures.hashCode()); in hashCode() 203 result = prime * result + mLatency; in hashCode() 204 result = prime * result + ((mLocale == null) ? 0 : mLocale.hashCode()); in hashCode() 205 result = prime * result + ((mName == null) ? 0 : mName.hashCode()); in hashCode() 206 result = prime * result + mQuality; in hashCode() 207 result = prime * result + (mRequiresNetworkConnection ? 1231 : 1237); in hashCode()
|
/frameworks/base/services/usb/java/com/android/server/usb/ |
D | UsbAlsaDevice.java | 296 final int prime = 31; in hashCode() local 298 result = prime * result + mCardNum; in hashCode() 299 result = prime * result + mDeviceNum; in hashCode() 300 result = prime * result + (mHasOutput ? 0 : 1); in hashCode() 301 result = prime * result + (mHasInput ? 0 : 1); in hashCode() 302 result = prime * result + (mIsInputHeadset ? 0 : 1); in hashCode() 303 result = prime * result + (mIsOutputHeadset ? 0 : 1); in hashCode()
|
/frameworks/base/core/java/android/content/om/ |
D | OverlayInfo.java | 488 final int prime = 31; in hashCode() local 490 result = prime * result + userId; in hashCode() 491 result = prime * result + state; in hashCode() 492 result = prime * result + ((packageName == null) ? 0 : packageName.hashCode()); in hashCode() 493 result = prime * result + ((overlayName == null) ? 0 : overlayName.hashCode()); in hashCode() 494 result = prime * result + ((targetPackageName == null) ? 0 : targetPackageName.hashCode()); in hashCode() 495 result = prime * result + ((targetOverlayableName == null) ? 0 in hashCode() 497 result = prime * result + ((category == null) ? 0 : category.hashCode()); in hashCode() 498 result = prime * result + ((baseCodePath == null) ? 0 : baseCodePath.hashCode()); in hashCode()
|
/frameworks/base/core/java/android/print/ |
D | PrintDocumentInfo.java | 229 final int prime = 31; in hashCode() local 231 result = prime * result + ((mName != null) ? mName.hashCode() : 0); in hashCode() 232 result = prime * result + mContentType; in hashCode() 233 result = prime * result + mPageCount; in hashCode() 234 result = prime * result + (int) mDataSize; in hashCode() 235 result = prime * result + (int) (mDataSize >> 32); in hashCode()
|
D | PrinterInfo.java | 304 final int prime = 31; in hashCode() local 306 result = prime * result + mId.hashCode(); in hashCode() 307 result = prime * result + mName.hashCode(); in hashCode() 308 result = prime * result + mStatus; in hashCode() 309 result = prime * result + ((mDescription != null) ? mDescription.hashCode() : 0); in hashCode() 310 result = prime * result + ((mCapabilities != null) ? mCapabilities.hashCode() : 0); in hashCode() 311 result = prime * result + mIconResourceId; in hashCode() 312 result = prime * result + (mHasCustomPrinterIcon ? 1 : 0); in hashCode() 313 result = prime * result + mCustomPrinterIconGen; in hashCode() 314 result = prime * result + ((mInfoIntent != null) ? mInfoIntent.hashCode() : 0); in hashCode()
|
D | PageRange.java | 124 final int prime = 31; in hashCode() local 126 result = prime * result + mEnd; in hashCode() 127 result = prime * result + mStart; in hashCode()
|
D | PrinterId.java | 111 final int prime = 31; in hashCode() local 113 hashCode = prime * hashCode + mServiceName.hashCode(); in hashCode() 114 hashCode = prime * hashCode + mLocalId.hashCode(); in hashCode()
|
D | PrintAttributes.java | 362 final int prime = 31; in hashCode() local 364 result = prime * result + mColorMode; in hashCode() 365 result = prime * result + mDuplexMode; in hashCode() 366 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode() 367 result = prime * result + ((mMediaSize == null) ? 0 : mMediaSize.hashCode()); in hashCode() 368 result = prime * result + ((mResolution == null) ? 0 : mResolution.hashCode()); in hashCode() 1062 final int prime = 31; in hashCode() local 1064 result = prime * result + mWidthMils; in hashCode() 1065 result = prime * result + mHeightMils; in hashCode() 1223 final int prime = 31; in hashCode() local [all …]
|
D | PrinterCapabilitiesInfo.java | 264 final int prime = 31; in hashCode() local 266 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode() 267 result = prime * result + ((mMediaSizes == null) ? 0 : mMediaSizes.hashCode()); in hashCode() 268 result = prime * result + ((mResolutions == null) ? 0 : mResolutions.hashCode()); in hashCode() 269 result = prime * result + mColorModes; in hashCode() 270 result = prime * result + mDuplexModes; in hashCode() 271 result = prime * result + Arrays.hashCode(mDefaults); in hashCode()
|
D | PrintJobId.java | 56 final int prime = 31; in hashCode() local 58 result = prime * result + mValue.hashCode(); in hashCode()
|
/frameworks/base/services/core/java/com/android/server/om/ |
D | PackageAndUser.java | 46 final int prime = 31; in hashCode() local 48 result = prime * result + packageName.hashCode(); in hashCode() 49 result = prime * result + userId; in hashCode()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillId.java | 179 final int prime = 31; in hashCode() local 181 result = prime * result + mViewId; in hashCode() 182 result = prime * result + mVirtualIntId; in hashCode() 183 result = prime * result + (int) (mVirtualLongId ^ (mVirtualLongId >>> 32)); in hashCode() 184 result = prime * result + mSessionId; in hashCode()
|
/frameworks/base/core/java/android/telephony/ |
D | DataConnectionRealTimeInfo.java | 112 final long prime = 17; in hashCode() local 114 result = (prime * result) + mTime; in hashCode() 115 result += (prime * result) + mDcPowerState; in hashCode()
|
/frameworks/base/core/java/android/hardware/radio/ |
D | RadioManager.java | 673 final int prime = 31; in hashCode() local 675 result = prime * result + mRegion; in hashCode() 676 result = prime * result + mType; in hashCode() 677 result = prime * result + mLowerLimit; in hashCode() 678 result = prime * result + mUpperLimit; in hashCode() 679 result = prime * result + mSpacing; in hashCode() 803 final int prime = 31; in hashCode() local 805 result = prime * result + (mStereo ? 1 : 0); in hashCode() 806 result = prime * result + (mRds ? 1 : 0); in hashCode() 807 result = prime * result + (mTa ? 1 : 0); in hashCode() [all …]
|
/frameworks/base/core/java/android/view/contentcapture/ |
D | ContentCaptureCondition.java | 87 final int prime = 31; in hashCode() local 89 result = prime * result + mFlags; in hashCode() 90 result = prime * result + ((mLocusId == null) ? 0 : mLocusId.hashCode()); in hashCode()
|
D | ContentCaptureSessionId.java | 53 final int prime = 31; in hashCode() local 55 result = prime * result + mValue; in hashCode()
|
/frameworks/base/core/java/android/content/ |
D | LocusId.java | 89 final int prime = 31; in hashCode() local 91 result = prime * result + ((mId == null) ? 0 : mId.hashCode()); in hashCode()
|
/frameworks/base/core/java/android/nfc/ |
D | NdefRecord.java | 1023 final int prime = 31; in hashCode() local 1025 result = prime * result + Arrays.hashCode(mId); in hashCode() 1026 result = prime * result + Arrays.hashCode(mPayload); in hashCode() 1027 result = prime * result + mTnf; in hashCode() 1028 result = prime * result + Arrays.hashCode(mType); in hashCode()
|
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | VideoFrameSchedulerBase.h | 86 void prime(size_t numSamples);
|
/frameworks/base/tools/lock_agent/java/com/android/lock_checker/ |
D | OnThreadLockChecker.java | 88 final int prime = 31; in computeHashCode() local 90 result = prime * result + ((mFirst == null) ? 0 : System.identityHashCode(mFirst)); in computeHashCode() 91 result = prime * result + ((mSecond == null) ? 0 : System.identityHashCode(mSecond)); in computeHashCode()
|