Home
last modified time | relevance | path

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

12345678910>>...47

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DExerciseCompletionGoal.java59 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.DistanceGoal
111 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.DistanceWithVariableRestGoal
142 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.StepsGoal
175 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.DurationGoal
209 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.RepetitionsGoal
245 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.TotalCaloriesBurnedGoal
281 public int hashCode() { in hashCode() method in ExerciseCompletionGoal.ActiveCaloriesBurnedGoal
DExercisePerformanceGoal.java77 public int hashCode() { in hashCode() method in ExercisePerformanceGoal.PowerGoal
128 public int hashCode() { in hashCode() method in ExercisePerformanceGoal.SpeedGoal
175 public int hashCode() { in hashCode() method in ExercisePerformanceGoal.CadenceGoal
221 public int hashCode() { in hashCode() method in ExercisePerformanceGoal.HeartRateGoal
259 public int hashCode() { in hashCode() method in ExercisePerformanceGoal.WeightGoal
303 public int hashCode() { in hashCode() method in ExercisePerformanceGoal.RateOfPerceivedExertionGoal
/packages/providers/MediaProvider/photopicker/src/com/android/photopicker/features/search/model/
DSearchRequest.kt23 override fun hashCode(): Int = hashCodeOf(searchText) in hashCode() method in com.android.photopicker.features.search.model.SearchRequest.SearchTextRequest
31 override fun hashCode(): Int = hashCodeOf(suggestion) in hashCode() method in com.android.photopicker.features.search.model.SearchRequest.SearchSuggestionRequest
/packages/modules/CellBroadcastService/src/com/android/cellbroadcastservice/
DSmsHeader.java90 public int hashCode() { in hashCode() method in SmsHeader
117 public int hashCode() { in hashCode() method in SmsHeader.PortAddrs
146 public int hashCode() { in hashCode() method in SmsHeader.ConcatRef
168 public int hashCode() { in hashCode() method in SmsHeader.SpecialSmsMsg
191 public int hashCode() { in hashCode() method in SmsHeader.MiscElt
/packages/modules/OnDevicePersonalization/src/com/android/libraries/pcc/chronicle/util/
DTypedMap.kt58 override fun hashCode(): Int { in hashCode() method in com.android.libraries.pcc.chronicle.util.MutableTypedMap
100 override fun hashCode(): Int { in hashCode() method
/packages/modules/NetworkStack/src/android/net/apf/
DMdnsOffloadRule.java66 public int hashCode() { in hashCode() method in MdnsOffloadRule
112 public int hashCode() { in hashCode() method in MdnsOffloadRule.Matcher
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DGroupTask.kt56 override fun hashCode() = Objects.hash(tasks, taskViewType) in hashCode() method in com.android.quickstep.util.GroupTask
90 override fun hashCode() = super.hashCode() in hashCode() method
118 override fun hashCode() = Objects.hash(super.hashCode(), splitBounds) method
/packages/modules/GeoTZ/common/src/main/java/com/android/timezone/location/common/
DPiiLoggables.java108 public int hashCode() { in fromPiiValue() method in PiiLoggables.PiiLoggableValueImpl
154 public int hashCode() { in fromString() method in PiiLoggables.PiiLoggableString
202 public int hashCode() { in fromTemplate() method in PiiLoggables.TemplatedPiiLoggable
/packages/services/Car/service/src/com/android/car/hal/property/
DPropertyPermissionInfo.java201 public int hashCode() { in hashCode() method in PropertyPermissionInfo.AllOfPermissions
267 public int hashCode() { in hashCode() method in PropertyPermissionInfo.AnyOfPermissions
334 public int hashCode() { in hashCode() method in PropertyPermissionInfo.SinglePermission
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
DCommonNicknameCache.java80 int hashCode = normalizedName.hashCode(); in preloadNicknameBloomFilter() local
99 int hashCode = normalizedName.hashCode(); in getCommonNicknameClusters() local
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DAggregatableNamedBudgets.java53 public int hashCode() { in hashCode() method in AggregatableNamedBudgets.BudgetAndContribution
117 public int hashCode() { in hashCode() method in AggregatableNamedBudgets
/packages/modules/GeoTZ/tzs2storage/src/readonly/java/com/android/timezone/location/storage/tzs2range/
DBankedTzIdSets.java70 public int hashCode() { in hashCode() method in BankedTzIdSets
200 public int hashCode() { in hashCode() method in BankedTzIdSets.Bank
254 public int hashCode() { in hashCode() method in BankedTzIdSets.TzIdSet
/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/util/
DObjectCounterTest.java67 public int hashCode() { in hashCode() method in ObjectCounterTest.TestKey
110 public int hashCode() { in hashCode() method in ObjectCounterTest.TestKeyProto
/packages/modules/IPsec/src/java/android/net/eap/
DEapSessionConfig.java201 public int hashCode() { in hashCode() method in EapSessionConfig
515 public int hashCode() { in hashCode() method in EapSessionConfig.EapMethodConfig
596 public int hashCode() { in hashCode() method in EapSessionConfig.EapUiccConfig
782 public int hashCode() { in hashCode() method in EapSessionConfig.EapAkaPrimeConfig
870 public int hashCode() { in hashCode() method in EapSessionConfig.EapMsChapV2Config
997 public int hashCode() { in hashCode() method in EapSessionConfig.EapTtlsConfig
1099 public int hashCode() { in hashCode() method in EapSessionConfig.EapAkaOption
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/safeparcel/
DPropertyConfigParcel.java366 public int hashCode() { in hashCode() method in PropertyConfigParcel
452 public int hashCode() { in hashCode() method in PropertyConfigParcel.JoinableConfigParcel
520 public int hashCode() { in hashCode() method in PropertyConfigParcel.StringIndexingConfigParcel
572 public int hashCode() { in hashCode() method in PropertyConfigParcel.IntegerIndexingConfigParcel
631 public int hashCode() { in hashCode() method in PropertyConfigParcel.DocumentIndexingConfigParcel
703 public int hashCode() { in hashCode() method in PropertyConfigParcel.EmbeddingIndexingConfigParcel
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/aggregation/
DAggregatePayload.java49 public int hashCode() { in hashCode() method in AggregatePayload
129 public int hashCode() { in hashCode() method in AggregatePayload.AggregationServicePayload
/packages/modules/Permission/service/java/com/android/permission/persistence/
DRuntimePermissionsState.java137 public int hashCode() { in hashCode() method in RuntimePermissionsState
218 public int hashCode() { in hashCode() method in RuntimePermissionsState.PermissionState
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/
DCreateTableRequest.java214 public int hashCode() { in hashCode() method in CreateTableRequest
264 public int hashCode() { in hashCode() method in CreateTableRequest.GeneratedColumnInfo
315 public int hashCode() { in hashCode() method in CreateTableRequest.ForeignKey
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DRetryLaunchViewModel.java155 public int hashCode() { in hashCode() method in RetryLaunchViewModel.LaunchActivityEvent
189 public int hashCode() { in hashCode() method in RetryLaunchViewModel.LaunchActivityFailureEvent
213 public int hashCode() { in hashCode() method in RetryLaunchViewModel.LaunchActivityWaitingForRetryEvent
/packages/apps/ThemePicker/src/com/android/customization/picker/clock/ui/view/
DThemePickerClockViewFactory.kt166 val hashCode = owner.hashCode() in <lambda>() constant
189 val hashCode = owner.hashCode() in <lambda>() constant
/packages/modules/Wifi/framework/java/android/net/wifi/aware/
DPeerHandle.java60 public int hashCode() { in hashCode() method in PeerHandle
DWifiAwareAgentNetworkSpecifier.java98 public int hashCode() { in hashCode() method in WifiAwareAgentNetworkSpecifier
182 public int hashCode() { in hashCode() method in WifiAwareAgentNetworkSpecifier.ByteArrayWrapper
/packages/modules/Connectivity/Tethering/common/TetheringLib/src/android/net/
DTetheredClient.java102 public int hashCode() { in hashCode() method in TetheredClient
172 public int hashCode() { in hashCode() method in TetheredClient.AddressInfo
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeConfigPayload.java326 public int hashCode() { in hashCode() method in IkeConfigPayload.ConfigAttribute
461 public int hashCode() { in hashCode() method in IkeConfigPayload.TunnelModeChildConfigAttrIpv4AddressBase
535 public int hashCode() { in hashCode() method in IkeConfigPayload.IkeConfigAttrIpv4AddressBase
768 public int hashCode() { in hashCode() method in IkeConfigPayload.ConfigAttributeIpv4Subnet
871 public int hashCode() { in hashCode() method in IkeConfigPayload.TunnelModeChildConfigAttrIpv6AddressBase
945 public int hashCode() { in hashCode() method in IkeConfigPayload.IkeConfigAttrIpv6AddressBase
1038 public int hashCode() { in hashCode() method in IkeConfigPayload.TunnelModeChildConfigAttrIpv6AddrRangeBase
1216 public int hashCode() { in hashCode() method in IkeConfigPayload.ConfigAttributeAppVersion
/packages/modules/AdServices/adservices/tests/unittest/service-core/measurement/src/com/android/adservices/service/measurement/actions/
DAggregateReportingJob.java41 public int hashCode() { in hashCode() method in AggregateReportingJob

12345678910>>...47