Searched defs:hashCode (Results 1 - 25 of 214) sorted by last modified time

123456789

/packages/services/Telephony/testapps/EmbmsServiceTestApp/src/com/android/phone/testapps/embmsmw/
H A DFrontendAppIdentifier.java54 public int hashCode() { method in class:FrontendAppIdentifier
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/property/
H A DPropertyInfo.java47 public int hashCode() { method in class:PropertyInfo
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
H A DUsbDeviceHandlerResolver.java376 public int hashCode() { method in class:UsbDeviceHandlerResolver.DeviceFilter
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/vhal/
H A DVehicleHalFragment.java135 public int hashCode() { method in class:VehicleHalFragment.HalPropertyInfo
/packages/services/Telecomm/libs/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/util/ ...
/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallController.java153 public int hashCode() { method in class:InCallController.InCallServiceInfo
/packages/services/Telecomm/src/com/android/server/telecom/callfiltering/
H A DCallFilteringResult.java63 public int hashCode() { method in class:CallFilteringResult
/packages/services/Car/car-lib/src/android/car/content/pm/
H A DAppBlockingPackageInfo.java162 public int hashCode() { method in class:AppBlockingPackageInfo
165 result = prime * result + Arrays.hashCode(activities);
169 result = prime * result + ((packageName == null) ? 0 : packageName.hashCode());
170 result = prime * result + Arrays.hashCode(signatures);
H A DCarAppBlockingPolicy.java102 public int hashCode() { method in class:CarAppBlockingPolicy
105 result = prime * result + Arrays.hashCode(blacklists);
106 result = prime * result + Arrays.hashCode(whitelists);
/packages/services/Car/car-lib/src/android/car/diagnostic/
H A DCarDiagnosticEvent.java355 public int hashCode() { method in class:CarDiagnosticEvent
/packages/services/Car/car-lib/src/android/car/settings/
H A DSpeedBumpConfiguration.java90 public int hashCode() { method in class:SpeedBumpConfiguration
/packages/services/Car/car-lib/src/android/car/storagemonitoring/
H A DIoStats.java104 public int hashCode() { method in class:IoStats
H A DIoStatsEntry.java168 public int hashCode() { method in class:IoStatsEntry
324 public int hashCode() { method in class:IoStatsEntry.Metrics
H A DWearEstimate.java139 public int hashCode() { method in class:WearEstimate
H A DWearEstimateChange.java124 public int hashCode() { method in class:WearEstimateChange
/packages/services/Car/car-lib/src/android/car/vms/
H A DVmsAssociatedLayer.java83 public int hashCode() { method in class:VmsAssociatedLayer
H A DVmsLayer.java83 public int hashCode() { method in class:VmsLayer
H A DVmsLayerDependency.java93 public int hashCode() { method in class:VmsLayerDependency
H A DVmsLayersOffering.java95 public int hashCode() { method in class:VmsLayersOffering
H A DVmsSubscriptionState.java114 public int hashCode() { method in class:VmsSubscriptionState
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
H A DUsbDeviceHandlerResolver.java381 public int hashCode() { method in class:UsbDeviceHandlerResolver.DeviceFilter
/packages/services/Car/procfs-inspector/client/src/com/android/car/procfsinspector/
H A DProcessInfo.java69 public int hashCode() { method in class:ProcessInfo
/packages/services/Car/service/src/com/android/car/
H A DListeners.java54 public int hashCode() { method in class:Listeners.ClientWithRate
55 return mClient.hashCode();
H A DVmsPublishersInfo.java57 public int hashCode() { method in class:VmsPublishersInfo.InfoWrapper
58 return Arrays.hashCode(mInfo);
/packages/services/Car/service/src/com/android/car/storagemonitoring/
H A DWearEstimateRecord.java119 public int hashCode() { method in class:WearEstimateRecord

Completed in 243 milliseconds

123456789