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.java131 Global.DYNAMIC_POWER_SAVINGS_ENABLED, 0) != 0, in pushGlobalSettings()
952 mDevice.putGlobalSetting(Global.DYNAMIC_POWER_SAVINGS_ENABLED, 0); in testAutoBatterySaver_smartBatterySaverEnabled()
974 mDevice.putGlobalSetting(Global.DYNAMIC_POWER_SAVINGS_ENABLED, 1); in testAutoBatterySaver_smartBatterySaverEnabled()
1075 mDevice.putGlobalSetting(Global.DYNAMIC_POWER_SAVINGS_ENABLED, 0); in testAutoBatterySaver_snoozed_autoEnabled()
1184 mDevice.putGlobalSetting(Global.DYNAMIC_POWER_SAVINGS_ENABLED, 1); in testAutoBatterySaver_snoozed_dynamicEnabled()
1276 mDevice.putGlobalSetting(Global.DYNAMIC_POWER_SAVINGS_ENABLED, 0); in testAutoBatterySaver_snoozed_dynamicEnabled()
1277 mDevice.putGlobalSetting(Global.DYNAMIC_POWER_SAVINGS_ENABLED, 1); in testAutoBatterySaver_snoozed_dynamicEnabled()
/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverStateMachine.java345 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED), in onBootCompleted()
401 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED, 0) != 0; in refreshSettingsLocked()
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto357 // {@link #DYNAMIC_POWER_SAVINGS_ENABLED}. Value is a percentage indicating
563 // {@link #DYNAMIC_POWER_SAVINGS_ENABLED} or disabled.
/frameworks/base/core/proto/android/server/
Dpowermanagerservice.proto432 // Corresponds to Global.DYNAMIC_POWER_SAVINGS_ENABLED. This is a cached value, so it could
/frameworks/base/packages/SettingsProvider/test/src/android/provider/
DSettingsBackupTest.java225 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED,
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DSettingsProtoDumpUtil.java660 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED, in dumpProtoGlobalSettingsLocked()
/frameworks/base/services/core/java/com/android/server/power/
DPowerManagerService.java6225 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED,
/frameworks/base/core/java/android/provider/
DSettings.java16591 public static final String DYNAMIC_POWER_SAVINGS_ENABLED = "dynamic_power_savings_enabled"; field in Settings.Global
/frameworks/base/core/api/
Dtest-current.txt2861 … field public static final String DYNAMIC_POWER_SAVINGS_ENABLED = "dynamic_power_savings_enabled";