Home
last modified time | relevance | path

Searched defs:getValue (Results 1 – 25 of 192) sorted by relevance

12345678

/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/enrollment/
DEnrollmentStatus.java33 public int getValue() { in getValue() method in EnrollmentStatus.TransactionType
51 public int getValue() { in getValue() method in EnrollmentStatus.DataFileGroupStatus
68 public int getValue() { in getValue() method in EnrollmentStatus.ErrorCause
/packages/modules/Connectivity/staticlibs/framework/com/android/net/module/util/
DDnsSvcbRecord.java244 abstract T getValue(); in getValue() method in DnsSvcbRecord.SvcParam
263 short[] getValue() { in getValue() method in DnsSvcbRecord.SvcParamMandatory
293 List<String> getValue() { in getValue() method in DnsSvcbRecord.SvcParamAlpn
315 Void getValue() { in getValue() method in DnsSvcbRecord.SvcParamNoDefaultAlpn
339 Integer getValue() { in getValue() method in DnsSvcbRecord.SvcParamPort
365 List<InetAddress> getValue() { in getValue() method in DnsSvcbRecord.SvcParamIpHint
410 String getValue() { in getValue() method in DnsSvcbRecord.SvcParamDohPath
434 byte[] getValue() { in getValue() method in DnsSvcbRecord.SvcParamGeneric
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/tether/
DWifiHotspotSwitchPreferenceTest.kt62 val getValue = preference.storage(context).getBoolean(WifiHotspotSwitchPreference.KEY) in getValue_defaultOn_returnOn() constant
71 val getValue = preference.storage(context).getBoolean(WifiHotspotSwitchPreference.KEY) in getValue_defaultOff_returnOff() constant
/packages/apps/Launcher3/src/com/android/launcher3/
DRemoveAnimationSettingsTracker.kt65 fun getValue(uri: Uri): Float { in getValue() method
73 private fun getValue(uri: Uri, defaultValue: Float): Float { in getValue() method
/packages/modules/Uwb/ranging/rtt_backend/src/com/android/ranging/rtt/backend/
DRttRangingPosition.java92 public int getValue() { in getValue() method in RttRangingPosition.Azimuth
101 public int getValue() { in getValue() method in RttRangingPosition.Elevation
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DLerper.java43 public int getValue(int currentValue, int targetValue) { in getValue() method in Lerper
72 public float getValue(float currentValue, float targetValue) { in getValue() method in Lerper
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/stats/
DAdServicesEncryptionKeyDbTransactionEndedStats.java59 public int getValue() { in getValue() method in AdServicesEncryptionKeyDbTransactionEndedStats.DbTransactionType
79 public int getValue() { in getValue() method in AdServicesEncryptionKeyDbTransactionEndedStats.DbTransactionStatus
102 public int getValue() { in getValue() method in AdServicesEncryptionKeyDbTransactionEndedStats.MethodName
DAdServicesEncryptionKeyFetchedStats.java72 public int getValue() { in getValue() method in AdServicesEncryptionKeyFetchedStats.FetchJobType
93 public int getValue() { in getValue() method in AdServicesEncryptionKeyFetchedStats.FetchStatus
/packages/apps/Settings/tests/robotests/src/com/android/settings/network/
DAirplaneModePreferenceTest.kt95 val getValue = in getValue_defaultOn_returnOn() constant
105 val getValue = in getValue_defaultOff_returnOff() constant
/packages/apps/Settings/tests/unit/src/com/android/settings/wifi/
DWifiSwitchPreferenceTest.kt65 val getValue = wifiSwitchPreference.storage(context).getBoolean(WifiSwitchPreference.KEY) in getValue_defaultOn_returnOn() constant
74 val getValue = wifiSwitchPreference.storage(context).getBoolean(WifiSwitchPreference.KEY) in getValue_defaultOff_returnOff() constant
/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitSystemUI/src/com/android/systemui/car/displayarea/
DCarBezierFunction.java57 public static double getValue(double t, double a, double b, double c, double d) { in getValue() method in CarBezierFunction
74 public double getValue(double t) { in getValue() method in CarBezierFunction
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/ondevicepersonalization/
DOdpRegistrationStatus.java31 public int getValue() { in getValue() method in OdpRegistrationStatus.RegistrationType
53 public int getValue() { in getValue() method in OdpRegistrationStatus.RegistrationStatus
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/reporting/
DReportingStatus.java69 public int getValue() { in getValue() method in ReportingStatus.ReportType
90 public int getValue() { in getValue() method in ReportingStatus.UploadStatus
113 public int getValue() { in getValue() method in ReportingStatus.FailureStatus
128 public int getValue() { in getValue() method in ReportingStatus.UploadMethod
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/attribution/
DAttributionStatus.java46 public int getValue() { in getValue() method in AttributionStatus.SourceType
63 public int getValue() { in getValue() method in AttributionStatus.AttributionSurface
81 public int getValue() { in getValue() method in AttributionStatus.AttributionResult
108 public int getValue() { in getValue() method in AttributionStatus.FailureType
/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DKeyValueListParser.java248 public int getValue() { in getValue() method in KeyValueListParser.IntValue
296 public long getValue() { in getValue() method in KeyValueListParser.LongValue
344 public String getValue() { in getValue() method in KeyValueListParser.StringValue
392 public float getValue() { in getValue() method in KeyValueListParser.FloatValue
/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraParams.java799 public long getValue() { in getValue() method in FiraParams.AoaCapabilityFlag
824 public long getValue() { in getValue() method in FiraParams.DeviceRoleCapabilityFlag
841 public long getValue() { in getValue() method in FiraParams.MultiNodeCapabilityFlag
857 public long getValue() { in getValue() method in FiraParams.RangingTimeStructCapabilitiesFlag
874 public long getValue() { in getValue() method in FiraParams.SchedulingModeCapabilitiesFlag
890 public long getValue() { in getValue() method in FiraParams.CcConstraintLengthCapabilitiesFlag
906 public long getValue() { in getValue() method in FiraParams.PrfCapabilityFlag
928 public long getValue() { in getValue() method in FiraParams.RangingRoundCapabilityFlag
945 public long getValue() { in getValue() method in FiraParams.RframeCapabilityFlag
964 public long getValue() { in getValue() method in FiraParams.StsCapabilityFlag
[all …]
/packages/apps/Dialer/java/com/android/dialer/util/
DExpirableCache.java227 V getValue(); in getValue() method
260 public V getValue() { in getValue() method in ExpirableCache.GenerationalCachedValue
/packages/apps/Car/systemlibs/car-scalable-ui-lib/src/com/android/car/scalableui/model/
DRole.java42 public int getValue() { in getValue() method in Role
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DConsumerTrap.java35 public A getValue() { in getValue() method in ConsumerTrap
/packages/apps/Launcher3/src/com/android/launcher3/util/
DSettingsCache.java128 public boolean getValue(Uri keySetting) { in getValue() method in SettingsCache
136 public boolean getValue(Uri keySetting, int defaultValue) { in getValue() method in SettingsCache
DMultiPropertyDelegate.kt25 operator fun getValue(thisRef: Any?, kProperty: KProperty<*>): Float = property.value in getValue() method in com.android.launcher3.util.MultiPropertyDelegate
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DParameterInteger.java28 int getValue(); in getValue() method
/packages/modules/Uwb/service/java/com/android/server/uwb/discovery/info/
DFiraConnectorMessage.java79 public int getValue() { in getValue() method in FiraConnectorMessage.MessageType
118 public int getValue() { in getValue() method in FiraConnectorMessage.InstructionCode
/packages/providers/MediaProvider/src/com/android/providers/media/leveldb/
DLevelDBEntry.java36 public String getValue() { in getValue() method in LevelDBEntry
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/common/bhttp/
DField.java39 public abstract String getValue(); in getValue() method in Field

12345678