/packages/apps/Settings/tests/robotests/src/com/android/settings/development/ |
D | BluetoothMapVersionPreferenceControllerTest.java | 80 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
|
D | BluetoothAvrcpVersionPreferenceControllerTest.java | 81 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
|
D | BluetoothMaxConnectedAudioDevicesPreferenceControllerTest.java | 116 final String currentValue = SystemProperties.get(MAX_CONNECTED_AUDIO_DEVICES_PROPERTY); in onPreferenceChange_setNumberOfDevices() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
D | Lerper.java | 43 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/ |
D | BluetoothAvrcpVersionPreferenceController.java | 65 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in updateState() local
|
D | BluetoothMapVersionPreferenceController.java | 65 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY); in updateState() local
|
D | HdcpCheckingPreferenceController.java | 77 final String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
|
D | BluetoothSnoopLogPreferenceController.java | 91 final String currentValue = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in updateState() local
|
D | BluetoothMaxConnectedAudioDevicesPreferenceController.java | 80 final String currentValue = SystemProperties.get(MAX_CONNECTED_AUDIO_DEVICES_PROPERTY); in updateState() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/development/ |
D | BluetoothAvrcpVersionPreferenceController.java | 65 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in updateState() local
|
D | HdcpCheckingPreferenceController.java | 77 final String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
|
D | BluetoothSnoopLogPreferenceController.java | 91 final String currentValue = SystemProperties.get(BLUETOOTH_BTSNOOP_LOG_MODE_PROPERTY); in updateState() local
|
D | BluetoothMaxConnectedAudioDevicesPreferenceController.java | 80 final String currentValue = SystemProperties.get(MAX_CONNECTED_AUDIO_DEVICES_PROPERTY); in updateState() local
|
/packages/services/Car/tests/carservice_test/src/com/android/car/ |
D | CarProjectionManagerTest.java | 171 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
|
D | CarCabinManagerTest.java | 188 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
|
D | CarHvacManagerTest.java | 226 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/widget/ |
D | DotsPageIndicator.java | 744 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/ |
D | DotsPageIndicator.java | 744 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/ |
D | BaseFlags.java | 159 private boolean currentValue; field in BaseFlags.BaseTogglableFlag
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/calling/ |
D | WifiCallingSliceHelper.java | 431 final int currentValue = imsManager.getWfcMode(false); in handleWifiCallingPreferenceChanged() local
|
/packages/apps/Settings/src/com/android/settings/wifi/calling/ |
D | WifiCallingSliceHelper.java | 422 final int currentValue = imsMmTelManager.getVoWiFiModeSetting(); in handleWifiCallingPreferenceChanged() local
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/ |
D | DevelopmentFragment.java | 669 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/ |
D | BluetoothMapMasInstance.java | 350 final String currentValue = SystemProperties.get(BLUETOOTH_MAP_VERSION_PROPERTY, "map12"); in createMasSdpRecord() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/ |
D | FusionDictionary.java | 289 int currentValue = stack.get(i).mChars[0]; in checkStack() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapObexServer.java | 812 String compareValue = "", currentValue; in createList() local
|