Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySaverStateMachine.java317 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED), in onBootCompleted()
373 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED, 0) != 0; in refreshSettingsLocked()
/aosp14/frameworks/base/core/proto/android/providers/settings/
H A Dglobal.proto357 // {@link #DYNAMIC_POWER_SAVINGS_ENABLED}. Value is a percentage indicating
563 // {@link #DYNAMIC_POWER_SAVINGS_ENABLED} or disabled.
/aosp14/frameworks/base/core/proto/android/server/
H A Dpowermanagerservice.proto432 // Corresponds to Global.DYNAMIC_POWER_SAVINGS_ENABLED. This is a cached value, so it could
/aosp14/frameworks/base/packages/SettingsProvider/test/src/android/provider/
H A DSettingsBackupTest.java275 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED,
/aosp14/frameworks/base/core/api/
H A Dtest-lint-baseline.txt860 NoSettingsProvider: android.provider.Settings.Global#DYNAMIC_POWER_SAVINGS_ENABLED:
861 …New setting keys are not allowed (Field: DYNAMIC_POWER_SAVINGS_ENABLED); use getters/setters in re…
H A Dtest-current.txt2718 … field public static final String DYNAMIC_POWER_SAVINGS_ENABLED = "dynamic_power_savings_enabled";
/aosp14/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProtoDumpUtil.java660 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED, in dumpProtoGlobalSettingsLocked()
/aosp14/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java6056 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED,
/aosp14/frameworks/base/core/java/android/provider/
H A DSettings.java15620 public static final String DYNAMIC_POWER_SAVINGS_ENABLED = "dynamic_power_savings_enabled"; field in Settings.Global