Home
last modified time | relevance | path

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

12345

/packages/modules/IntentResolver/java/tests/src/com/android/intentresolver/
DTestFeatureFlagRepository.kt30 private fun getValue(flag: BooleanFlag) = overrides.getOrDefault(flag, flag.default) method in com.android.intentresolver.TestFeatureFlagRepository
/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/Uwb/service/support_lib/src/com/google/uwb/support/fira/
DFiraParams.java720 public long getValue() { in getValue() method in FiraParams.AoaCapabilityFlag
745 public long getValue() { in getValue() method in FiraParams.DeviceRoleCapabilityFlag
762 public long getValue() { in getValue() method in FiraParams.MultiNodeCapabilityFlag
778 public long getValue() { in getValue() method in FiraParams.RangingTimeStructCapabilitiesFlag
794 public long getValue() { in getValue() method in FiraParams.SchedulingModeCapabilitiesFlag
810 public long getValue() { in getValue() method in FiraParams.CcConstraintLengthCapabilitiesFlag
826 public long getValue() { in getValue() method in FiraParams.PrfCapabilityFlag
848 public long getValue() { in getValue() method in FiraParams.RangingRoundCapabilityFlag
865 public long getValue() { in getValue() method in FiraParams.RframeCapabilityFlag
884 public long getValue() { in getValue() method in FiraParams.StsCapabilityFlag
[all …]
/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/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/Launcher3/src/com/android/launcher3/util/
DSettingsCache.java106 public boolean getValue(Uri keySetting) { in getValue() method in SettingsCache
114 public boolean getValue(Uri keySetting, int defaultValue) { in getValue() method in SettingsCache
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
DConsumerTrap.java35 public A getValue() { in getValue() method in ConsumerTrap
/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/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
DParameterInteger.java28 int getValue(); in getValue() method
/packages/apps/Settings/src/com/android/settings/spa/core/instrumentation/
DSpaLogProvider.kt107 fun getValue(): String? { in getValue() method in com.android.settings.spa.core.instrumentation.SpaLogData
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/mcp/
DMediaState.java37 public int getValue() { in getValue() method in MediaState
DPlayingOrder.java41 public int getValue() { in getValue() method in PlayingOrder
/packages/modules/OnDevicePersonalization/src/com/android/ondevicepersonalization/services/data/events/
DEventType.java34 public int getValue() { in getValue() method in EventType
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/device/display/daydream/
DDreamTimePC.java55 public String getValue() { in getValue() method in DreamTimePC
DSleepTimePC.java73 public String getValue() { in getValue() method in SleepTimePC
/packages/modules/Connectivity/framework/src/android/net/
DDhcpOption.java80 @Nullable public byte[] getValue() { in getValue() method in DhcpOption
/packages/apps/Launcher3/src/com/android/launcher3/responsive/
DSizeSpec.kt129 private fun getValue(a: TypedArray, index: Int): Float { in getValue() method
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/units/
DPercentage.java42 public double getValue() { in getValue() method in Percentage
/packages/apps/LegacyCamera/src/com/android/camera/
DRecordLocationPreference.java44 public String getValue() { in getValue() method in RecordLocationPreference
/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/
DMainActivity.java227 public int getValue() { in getValue() method in MainActivity.CodecTypeEnum
254 public int getValue() { in getValue() method in MainActivity.AmrModeEnum
278 public int getValue() { in getValue() method in MainActivity.EvsBandwidthEnum
317 public int getValue() { in getValue() method in MainActivity.EvsModeEnum
336 public int getValue() { in getValue() method in MainActivity.VideoCodecEnum
356 public int getValue() { in getValue() method in MainActivity.VideoModeEnum
381 public int getValue() { in getValue() method in MainActivity.VideoCodecProfileEnum
423 public int getValue() { in getValue() method in MainActivity.VideoCodecLevelEnum
445 public int getValue() { in getValue() method in MainActivity.VideoCameraIdEnum
472 public int getValue() { in getValue() method in MainActivity.VideoCameraZoomEnum
[all …]
/packages/modules/Uwb/androidx_backend/src/androidx/core/uwb/backend/impl/internal/
DRangingMeasurement.java41 public float getValue() { in getValue() method in RangingMeasurement
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
DLatchedConsumer.java23 public T getValue() { return value; } in getValue() method in LatchedConsumer
/packages/services/Car/car-lib/src/com/android/car/internal/evs/
DCarEvsUtils.java119 public static int getValue(int value) { in getValue() method in CarEvsUtils
/packages/modules/GeoTZ/s2storage/src/readonly/java/com/android/timezone/location/storage/table/reader/
DLongValueTable.java38 long getValue(); in getValue() method
/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/util/
DUnsignedLong.java76 public Long getValue() { in getValue() method in UnsignedLong

12345