/frameworks/base/core/java/android/hardware/display/ |
D | DisplayViewport.java | 132 final int prime = 31; in hashCode() local 134 result += prime * result + (valid ? 1 : 0); in hashCode() 135 result += prime * result + (isActive ? 1 : 0); in hashCode() 136 result += prime * result + displayId; in hashCode() 137 result += prime * result + orientation; in hashCode() 138 result += prime * result + logicalFrame.hashCode(); in hashCode() 139 result += prime * result + physicalFrame.hashCode(); in hashCode() 140 result += prime * result + deviceWidth; in hashCode() 141 result += prime * result + deviceHeight; in hashCode() 142 result += prime * result + uniqueId.hashCode(); in hashCode() [all …]
|
D | AmbientBrightnessDayStats.java | 158 final int prime = 31; in hashCode() local 160 result = result * prime + mLocalDate.hashCode(); in hashCode() 161 result = result * prime + Arrays.hashCode(mBucketBoundaries); in hashCode() 162 result = result * prime + Arrays.hashCode(mStats); in hashCode()
|
/frameworks/base/core/java/android/hardware/soundtrigger/ |
D | SoundTrigger.java | 386 final int prime = 31; in hashCode() local 388 result = prime * result + mId; in hashCode() 389 result = prime * result + mImplementor.hashCode(); in hashCode() 390 result = prime * result + mDescription.hashCode(); in hashCode() 391 result = prime * result + mUuid.hashCode(); in hashCode() 392 result = prime * result + mVersion; in hashCode() 393 result = prime * result + mSupportedModelArch.hashCode(); in hashCode() 394 result = prime * result + mMaxSoundModels; in hashCode() 395 result = prime * result + mMaxKeyphrases; in hashCode() 396 result = prime * result + mMaxUsers; in hashCode() [all …]
|
/frameworks/base/core/java/android/speech/tts/ |
D | Voice.java | 199 final int prime = 31; in hashCode() local 201 result = prime * result + ((mFeatures == null) ? 0 : mFeatures.hashCode()); in hashCode() 202 result = prime * result + mLatency; in hashCode() 203 result = prime * result + ((mLocale == null) ? 0 : mLocale.hashCode()); in hashCode() 204 result = prime * result + ((mName == null) ? 0 : mName.hashCode()); in hashCode() 205 result = prime * result + mQuality; in hashCode() 206 result = prime * result + (mRequiresNetworkConnection ? 1231 : 1237); in hashCode()
|
/frameworks/base/keystore/java/android/security/keystore/ |
D | AndroidKeyStoreKey.java | 64 final int prime = 31; in hashCode() local 66 result = prime * result + ((mAlgorithm == null) ? 0 : mAlgorithm.hashCode()); in hashCode() 67 result = prime * result + ((mAlias == null) ? 0 : mAlias.hashCode()); in hashCode() 68 result = prime * result + mUid; in hashCode()
|
D | AndroidKeyStorePublicKey.java | 48 final int prime = 31; in hashCode() local 50 result = prime * result + Arrays.hashCode(mEncoded); in hashCode()
|
/frameworks/base/core/java/android/content/om/ |
D | OverlayInfo.java | 407 final int prime = 31; in hashCode() local 409 result = prime * result + userId; in hashCode() 410 result = prime * result + state; in hashCode() 411 result = prime * result + ((packageName == null) ? 0 : packageName.hashCode()); in hashCode() 412 result = prime * result + ((targetPackageName == null) ? 0 : targetPackageName.hashCode()); in hashCode() 413 result = prime * result + ((targetOverlayableName == null) ? 0 in hashCode() 415 result = prime * result + ((category == null) ? 0 : category.hashCode()); in hashCode() 416 result = prime * result + ((baseCodePath == null) ? 0 : baseCodePath.hashCode()); 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/location/java/android/location/ |
D | Geofence.java | 150 final int prime = 31; in hashCode() local 154 result = prime * result + (int) (temp ^ (temp >>> 32)); in hashCode() 156 result = prime * result + (int) (temp ^ (temp >>> 32)); in hashCode() 157 result = prime * result + Float.floatToIntBits(mRadius); in hashCode() 158 result = prime * result + mType; in hashCode()
|
/frameworks/base/core/java/android/print/ |
D | PrintDocumentInfo.java | 227 final int prime = 31; in hashCode() local 229 result = prime * result + ((mName != null) ? mName.hashCode() : 0); in hashCode() 230 result = prime * result + mContentType; in hashCode() 231 result = prime * result + mPageCount; in hashCode() 232 result = prime * result + (int) mDataSize; in hashCode() 233 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 | 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() 1014 final int prime = 31; in hashCode() local 1016 result = prime * result + mWidthMils; in hashCode() 1017 result = prime * result + mHeightMils; in hashCode() 1175 final int prime = 31; in hashCode() local [all …]
|
D | PrinterId.java | 110 final int prime = 31; in hashCode() local 112 hashCode = prime * hashCode + mServiceName.hashCode(); in hashCode() 113 hashCode = prime * hashCode + mLocalId.hashCode(); in hashCode()
|
D | PageRange.java | 123 final int prime = 31; in hashCode() local 125 result = prime * result + mEnd; in hashCode() 126 result = prime * result + mStart; in hashCode()
|
D | PrinterCapabilitiesInfo.java | 262 final int prime = 31; in hashCode() local 264 result = prime * result + ((mMinMargins == null) ? 0 : mMinMargins.hashCode()); in hashCode() 265 result = prime * result + ((mMediaSizes == null) ? 0 : mMediaSizes.hashCode()); in hashCode() 266 result = prime * result + ((mResolutions == null) ? 0 : mResolutions.hashCode()); in hashCode() 267 result = prime * result + mColorModes; in hashCode() 268 result = prime * result + mDuplexModes; in hashCode() 269 result = prime * result + Arrays.hashCode(mDefaults); in hashCode()
|
D | PrintJobId.java | 55 final int prime = 31; in hashCode() local 57 result = prime * result + mValue.hashCode(); in hashCode()
|
/frameworks/base/core/java/android/view/autofill/ |
D | AutofillId.java | 178 final int prime = 31; in hashCode() local 180 result = prime * result + mViewId; in hashCode() 181 result = prime * result + mVirtualIntId; in hashCode() 182 result = prime * result + (int) (mVirtualLongId ^ (mVirtualLongId >>> 32)); in hashCode() 183 result = prime * result + mSessionId; in hashCode()
|
/frameworks/base/core/java/android/telephony/ |
D | DataConnectionRealTimeInfo.java | 111 final long prime = 17; in hashCode() local 113 result = (prime * result) + mTime; in hashCode() 114 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 | 86 final int prime = 31; in hashCode() local 88 result = prime * result + mFlags; in hashCode() 89 result = prime * result + ((mLocusId == null) ? 0 : mLocusId.hashCode()); in hashCode()
|
D | ContentCaptureSessionId.java | 52 final int prime = 31; in hashCode() local 54 result = prime * result + mValue; in hashCode()
|
/frameworks/base/core/java/android/content/ |
D | LocusId.java | 88 final int prime = 31; in hashCode() local 90 result = prime * result + ((mId == null) ? 0 : mId.hashCode()); in hashCode()
|
/frameworks/base/core/java/android/nfc/ |
D | NdefRecord.java | 1021 final int prime = 31; in hashCode() local 1023 result = prime * result + Arrays.hashCode(mId); in hashCode() 1024 result = prime * result + Arrays.hashCode(mPayload); in hashCode() 1025 result = prime * result + mTnf; in hashCode() 1026 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()
|