Home
last modified time | relevance | path

Searched defs:hashCode (Results 1 – 25 of 903) sorted by relevance

12345678910>>...37

/aosp14/frameworks/base/core/java/android/os/strictmode/
H A DViolation.java29 public int hashCode() { in hashCode() method in Violation
36 int hashCode = message != null ? message.hashCode() : getClass().hashCode(); in hashCode() local
65 int hashCode = 17; in calcStackTraceHashCode() local
/aosp14/frameworks/base/core/java/android/hardware/camera2/utils/
H A DHashCodeHelpers.java37 public static int hashCode(int... array) { in hashCode() method in HashCodeHelpers
67 public static int hashCode(float... array) { in hashCode() method in HashCodeHelpers
/aosp14/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSmsHeader.java90 public int hashCode() { in hashCode() method in SmsHeader
117 public int hashCode() { in hashCode() method in SmsHeader.PortAddrs
147 public int hashCode() { in hashCode() method in SmsHeader.ConcatRef
166 public int hashCode() { in hashCode() method in SmsHeader.SpecialSmsMsg
189 public int hashCode() { in hashCode() method in SmsHeader.MiscElt
/aosp14/frameworks/base/core/java/android/print/
H A DPrinterId.java110 public int hashCode() { in hashCode() method in PrinterId
112 int hashCode = 1; in hashCode() local
/aosp14/frameworks/base/services/core/java/com/android/server/uri/
H A DGrantUri.java40 public int hashCode() { in hashCode() method in GrantUri
41 int hashCode = 1; in hashCode() local
/aosp14/frameworks/base/tests/Codegen/src/com/android/codegentest/
H A DSampleWithNestedDataClasses.java85 public int hashCode() { in hashCode() method in SampleWithNestedDataClasses.NestedDataClass
209 public int hashCode() { in hashCode() method in SampleWithNestedDataClasses.NestedDataClass2.NestedDataClass3
323 public int hashCode() { in hashCode() method in SampleWithNestedDataClasses.NestedDataClass2
/aosp14/frameworks/base/core/java/android/timezone/
H A DCountryTimeZones.java81 public int hashCode() { in hashCode() method in CountryTimeZones.TimeZoneMapping
136 public int hashCode() { in hashCode() method in CountryTimeZones.OffsetResult
287 public int hashCode() { in hashCode() method in CountryTimeZones
/aosp14/frameworks/base/services/core/java/com/android/server/app/
H A DGameServiceConfiguration.java71 public int hashCode() { in hashCode() method in GameServiceConfiguration
136 public int hashCode() { in hashCode() method in GameServiceConfiguration.GameServiceComponentConfiguration
/aosp14/frameworks/base/services/core/java/com/android/server/pm/pkg/
H A DSuspendParams.java79 public int hashCode() { in hashCode() method in SuspendParams
80 int hashCode = Objects.hashCode(dialogInfo); in hashCode() local
/aosp14/frameworks/base/core/java/android/content/pm/
H A DModuleInfo.java123 public int hashCode() { in hashCode() method in ModuleInfo
124 int hashCode = 0; in hashCode() local
/aosp14/frameworks/base/core/java/android/text/
H A DFontConfig.java192 public int hashCode() { in hashCode() method in FontConfig
394 public int hashCode() { in hashCode() method in FontConfig.Font
503 public int hashCode() { in hashCode() method in FontConfig.Alias
686 public int hashCode() { in hashCode() method in FontConfig.FontFamily
784 public int hashCode() { in hashCode() method in FontConfig.NamedFamilyList
/aosp14/frameworks/base/core/java/android/app/admin/
H A DAuthority.java47 public int hashCode() { in hashCode() method in Authority
/aosp14/frameworks/base/telephony/java/android/telephony/ims/stub/
H A DImsFeatureConfiguration.java76 public int hashCode() { in hashCode() method in ImsFeatureConfiguration.FeatureSlotPair
219 public int hashCode() { in hashCode() method in ImsFeatureConfiguration
/aosp14/frameworks/base/core/java/com/android/internal/os/
H A DBinderCallHeavyHitterWatcher.java200 public int hashCode() { in hashCode() method in BinderCallHeavyHitterWatcher.HeavyHitterContainer
207 static int hashCode(int uid, @NonNull Class clazz, int code) { in hashCode() method in BinderCallHeavyHitterWatcher.HeavyHitterContainer
354 final int hashCode = HeavyHitterContainer.hashCode(callerUid, clazz, code); in onTransaction() local
/aosp14/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLDisplayImpl.java40 public int hashCode() { in hashCode() method in EGLDisplayImpl
H A DEGLSurfaceImpl.java42 public int hashCode() { in hashCode() method in EGLSurfaceImpl
H A DEGLContextImpl.java47 public int hashCode() { in hashCode() method in EGLContextImpl
/aosp14/frameworks/base/core/java/android/view/
H A DDisplayAddress.java132 public int hashCode() { in hashCode() method in DisplayAddress.Physical
184 public int hashCode() { in hashCode() method in DisplayAddress.Network
/aosp14/frameworks/base/telephony/java/android/telephony/data/
H A DQos.java99 public int hashCode() { in hashCode() method in Qos.QosBandwidth
161 public int hashCode() { in hashCode() method in Qos
/aosp14/frameworks/base/telephony/java/android/telephony/ims/feature/
H A DCapabilityChangeRequest.java74 public int hashCode() { in hashCode() method in CapabilityChangeRequest.CapabilityPair
245 public int hashCode() { in hashCode() method in CapabilityChangeRequest
/aosp14/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/
H A DBackupRequest.java48 public int hashCode() { in hashCode() method in BackupRequest
/aosp14/frameworks/base/core/java/android/security/net/config/
H A DDomain.java44 public int hashCode() { in hashCode() method in Domain
/aosp14/frameworks/base/opengl/java/android/opengl/
H A DEGLObjectHandle.java61 public int hashCode() { in hashCode() method in EGLObjectHandle
/aosp14/frameworks/base/core/java/android/accounts/
H A DAccountAndUser.java48 public int hashCode() { in hashCode() method in AccountAndUser
/aosp14/frameworks/base/media/java/android/media/metrics/
H A DLogSessionId.java62 public int hashCode() { in hashCode() method in LogSessionId

12345678910>>...37