Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/power/batterysaver/
H A 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()
/aosp12/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySaverStateMachine.java314 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED), in onBootCompleted()
370 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED, 0) != 0; in refreshSettingsLocked()
/aosp12/frameworks/base/core/proto/android/server/
H A Dpowermanagerservice.proto425 // Corresponds to Global.DYNAMIC_POWER_SAVINGS_ENABLED. This is a cached value, so it could
/aosp12/frameworks/base/packages/SettingsProvider/test/src/android/provider/
H A DSettingsBackupTest.java267 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED,
/aosp12/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto354 // {@link #DYNAMIC_POWER_SAVINGS_ENABLED}. Value is a percentage indicating
560 // {@link #DYNAMIC_POWER_SAVINGS_ENABLED} or disabled.
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java649 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED, in dumpProtoGlobalSettingsLocked()
/aosp12/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java5460 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED,
/aosp12/frameworks/base/core/java/android/provider/
H A DSettings.java14037 public static final String DYNAMIC_POWER_SAVINGS_ENABLED = "dynamic_power_savings_enabled"; field in Settings.Global
/aosp12/frameworks/base/core/api/
H A Dtest-lint-baseline.txt2514 NoSettingsProvider: android.provider.Settings.Global#DYNAMIC_POWER_SAVINGS_ENABLED:
H A Dtest-current.txt2155 … field public static final String DYNAMIC_POWER_SAVINGS_ENABLED = "dynamic_power_savings_enabled";