Home
last modified time | relevance | path

Searched refs:DYNAMIC_POWER_SAVINGS_ENABLED (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/batterysaver/
DBatterySaverStateMachineTest.java124 Global.DYNAMIC_POWER_SAVINGS_ENABLED, 0) != 0, in pushGlobalSettings()
937 mDevice.putGlobalSetting(Global.DYNAMIC_POWER_SAVINGS_ENABLED, 0); in testAutoBatterySaver_smartBatterySaverEnabled()
959 mDevice.putGlobalSetting(Global.DYNAMIC_POWER_SAVINGS_ENABLED, 1); in testAutoBatterySaver_smartBatterySaverEnabled()
1060 mDevice.putGlobalSetting(Global.DYNAMIC_POWER_SAVINGS_ENABLED, 0); in testAutoBatterySaver_snoozed_autoEnabled()
1169 mDevice.putGlobalSetting(Global.DYNAMIC_POWER_SAVINGS_ENABLED, 1); in testAutoBatterySaver_snoozed_dynamicEnabled()
1261 mDevice.putGlobalSetting(Global.DYNAMIC_POWER_SAVINGS_ENABLED, 0); in testAutoBatterySaver_snoozed_dynamicEnabled()
1262 mDevice.putGlobalSetting(Global.DYNAMIC_POWER_SAVINGS_ENABLED, 1); in testAutoBatterySaver_snoozed_dynamicEnabled()
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverStateMachine.java311 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED), in onBootCompleted()
367 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED, 0) != 0; in refreshSettingsLocked()
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsBackupTest.java259 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED,
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto349 // {@link #DYNAMIC_POWER_SAVINGS_ENABLED}. Value is a percentage indicating
553 // {@link #DYNAMIC_POWER_SAVINGS_ENABLED} or disabled.
/frameworks/base/api/
Dtest-lint-baseline.txt2312 NoSettingsProvider: android.provider.Settings.Global#DYNAMIC_POWER_SAVINGS_ENABLED:
2313 New setting keys are not allowed. (Field: DYNAMIC_POWER_SAVINGS_ENABLED)
Dtest-current.txt2593 … field public static final String DYNAMIC_POWER_SAVINGS_ENABLED = "dynamic_power_savings_enabled";
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java4554 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED, in setDynamicPowerSaveHint()
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java587 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED, in dumpProtoGlobalSettingsLocked()
/frameworks/base/core/java/android/provider/
DSettings.java12914 public static final String DYNAMIC_POWER_SAVINGS_ENABLED = "dynamic_power_savings_enabled"; field in Settings.Global