Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothMapVersionPreferenceControllerTest.java80 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in onPreferenceChange_setMap13_shouldEnableMap13() local
89 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in onPreferenceChange_setMap14_shouldEnableMap14() local
DBluetoothAvrcpVersionPreferenceControllerTest.java81 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in onPreferenceChange_setAvrcp13_shouldEnableAvrcp13() local
90 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in onPreferenceChange_setAvrcp15_shouldEnableAvrcp15() local
DBluetoothMaxConnectedAudioDevicesPreferenceControllerTest.java116 final String currentValue = SystemProperties.get(MAX_CONNECTED_AUDIO_DEVICES_PROPERTY); in onPreferenceChange_setNumberOfDevices() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
DLerper.java43 public int getValue(int currentValue, int targetValue) { in getValue()
72 public float getValue(float currentValue, float targetValue) { in getValue()
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothAvrcpVersionPreferenceController.java65 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in updateState() local
DBluetoothMapVersionPreferenceController.java65 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in updateState() local
DHdcpCheckingPreferenceController.java77 final String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
DBluetoothSnoopLogPreferenceController.java91 final String currentValue = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in updateState() local
DBluetoothMaxConnectedAudioDevicesPreferenceController.java80 final String currentValue = SystemProperties.get(MAX_CONNECTED_AUDIO_DEVICES_PROPERTY); in updateState() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/
DBluetoothAvrcpVersionPreferenceController.java65 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in updateState() local
DHdcpCheckingPreferenceController.java77 final String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
DBluetoothSnoopLogPreferenceController.java91 final String currentValue = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in updateState() local
DBluetoothMaxConnectedAudioDevicesPreferenceController.java80 final String currentValue = SystemProperties.get(MAX_CONNECTED_AUDIO_DEVICES_PROPERTY); in updateState() local
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarProjectionManagerTest.java171 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
DCarCabinManagerTest.java188 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
DCarHvacManagerTest.java226 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/
DDotsPageIndicator.java744 public void startIfNecessary(float currentValue) { in startIfNecessary()
890 abstract boolean shouldStart(float currentValue); in shouldStart()
902 boolean shouldStart(float currentValue) { in shouldStart()
916 boolean shouldStart(float currentValue) { in shouldStart()
/packages/apps/Settings/src/com/android/settings/widget/
DDotsPageIndicator.java744 public void startIfNecessary(float currentValue) { in startIfNecessary()
890 abstract boolean shouldStart(float currentValue); in shouldStart()
902 boolean shouldStart(float currentValue) { in shouldStart()
916 boolean shouldStart(float currentValue) { in shouldStart()
/packages/apps/Launcher3/src/com/android/launcher3/config/
DBaseFlags.java159 private boolean currentValue; field in BaseFlags.BaseTogglableFlag
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/calling/
DWifiCallingSliceHelper.java431 final int currentValue = imsManager.getWfcMode(false); in handleWifiCallingPreferenceChanged() local
/packages/apps/Settings/src/com/android/settings/wifi/calling/
DWifiCallingSliceHelper.java422 final int currentValue = imsMmTelManager.getVoWiFiModeSetting(); in handleWifiCallingPreferenceChanged() local
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java669 String currentValue = SystemProperties.get(BTSNOOP_LOG_MODE_PROPERTY); in updateBluetoothHciSnoopLogValues() local
677 private void updateListPreference(ListPreference preference, String currentValue, in updateListPreference()
693 String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMasInstance.java350 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY, "map12"); in createMasSdpRecord() local
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java289 int currentValue = stack.get(i).mChars[0]; in checkStack() local
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java812 String compareValue = "", currentValue; in createList() local