Home
last modified time | relevance | path

Searched defs:settingValue (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/development/
DSimulateColorSpacePreferenceControllerTest.java94 final int settingValue = Settings.Secure.getInt(mContext.getContentResolver(), in onPreferenceChange_monochromacySelected_shouldEnableAndSelectPreference() local
146 final int settingValue = Settings.Secure.getInt(mContext.getContentResolver(), in onDeveloperOptionsSwitchDisabled_notControlledByDevOptions_shouldDisableAndReset() local
160 final int settingValue = Settings.Secure.getInt(mContext.getContentResolver(), in onDeveloperOptionsSwitchDisabled_controlledByDevOptions_shouldDisableAndNotReset() local
/packages/apps/Bluetooth/src/com/android/bluetooth/avrcpcontroller/
DPlayerApplicationSettings.java111 public boolean supportsSetting(int settingType, int settingValue) { in supportsSetting()
DAvrcpPlayer.java167 public boolean supportsSetting(int settingType, int settingValue) { in supportsSetting()
/packages/apps/Settings/tests/uitests/src/com/android/settings/ui/
DMoreWirelessSettingsTest2.java557 private void verifyKeepWiFiOnDuringSleep(String settingToBeVerified, int settingValue) in verifyKeepWiFiOnDuringSleep()