Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/search/
DInlinePayloadTest.java34 int currentValue = 2; in testGetSecure_returnsSecureSetting() local
35 Settings.Secure.putInt(mContext.getContentResolver(), KEY, currentValue); in testGetSecure_returnsSecureSetting() local
45 int currentValue = 2; in testGetGlobal_returnsGlobalSetting() local
46 Settings.Global.putInt(mContext.getContentResolver(), KEY, currentValue); in testGetGlobal_returnsGlobalSetting() local
56 int currentValue = 2; in testGetSystem_returnsSystemSetting() local
57 Settings.System.putInt(mContext.getContentResolver(), KEY, currentValue); in testGetSystem_returnsSystemSetting() local
DInlineSwitchPayloadTest.java107 int currentValue = 1; in testGetSystem_flippedSetting_returnsFlippedValue() local
108 Settings.System.putInt(mContext.getContentResolver(), DUMMY_SETTING, currentValue); in testGetSystem_flippedSetting_returnsFlippedValue() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DBluetoothAvrcpVersionPreferenceControllerTest.java77 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in onPreferenceChange_setAvrcp13_shouldEnableAvrcp13() local
86 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in onPreferenceChange_setAvrcp15_shouldEnableAvrcp15() local
DBluetoothMaxConnectedAudioDevicesPreferenceControllerTest.java112 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/tests/robotests/src/com/android/settings/gestures/
DDoubleTapScreenPreferenceControllerTest.java109 int currentValue = 1; in testGetValue_correctValueReturned() local
111 Settings.Secure.DOZE_PULSE_ON_DOUBLE_TAP, currentValue); in testGetValue_correctValueReturned() local
DAssistGestureSettingsPreferenceControllerTest.java99 int currentValue = 1; in testGetValue_correctValueReturned() local
DDoubleTapPowerPreferenceControllerTest.java134 int currentValue = 1; in testGetValue_correctValueReturned() local
DPickupGesturePreferenceControllerTest.java125 int currentValue = 1; in testGetValue_correctValueReturned() local
/packages/apps/Settings/src/com/android/settings/development/
DBluetoothAvrcpVersionPreferenceController.java64 final String currentValue = SystemProperties.get(BLUETOOTH_AVRCP_VERSION_PROPERTY); in updateState() local
DHdcpCheckingPreferenceController.java76 final String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local
DBluetoothMaxConnectedAudioDevicesPreferenceController.java79 final String currentValue = SystemProperties.get(MAX_CONNECTED_AUDIO_DEVICES_PROPERTY); in updateState() local
/packages/apps/Settings/tests/robotests/src/com/android/settings/display/
DAmbientDisplayAlwaysOnPreferenceControllerTest.java146 final int currentValue = 1; in testGetValue_correctValueReturned() local
DAmbientDisplayNotificationsPreferenceControllerTest.java178 int currentValue = 1; in testGetValue_correctValueReturned() local
/packages/services/Car/tests/carservice_test/src/com/android/car/
DCarProjectionManagerTest.java159 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
DCarCabinManagerTest.java187 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
DCarHvacManagerTest.java225 VehiclePropValue currentValue = mMap.get(value.prop); in onPropertyGet() local
/packages/apps/Settings/src/com/android/settings/widget/
DDotsPageIndicator.java742 public void startIfNecessary(float currentValue) { in startIfNecessary()
888 abstract boolean shouldStart(float currentValue); in shouldStart()
900 boolean shouldStart(float currentValue) { in shouldStart()
914 boolean shouldStart(float currentValue) { in shouldStart()
/packages/apps/Settings/tests/robotests/src/com/android/settings/notification/
DBadgingNotificationPreferenceControllerTest.java142 final int currentValue = 1; in testGetValue_correctValueReturned() 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
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
DDevelopmentFragment.java673 String currentValue = SystemProperties.get(HDCP_CHECKING_PROPERTY); in updateHdcpValues() local