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 D | BatterySaverStateMachineTest.java | 124 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 D | BatterySaverStateMachine.java | 317 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 D | global.proto | 357 // {@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 D | powermanagerservice.proto | 432 // 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 D | SettingsBackupTest.java | 275 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED,
|
/aosp14/frameworks/base/core/api/ |
H A D | test-lint-baseline.txt | 860 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 D | test-current.txt | 2718 … 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 D | SettingsProtoDumpUtil.java | 660 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED, in dumpProtoGlobalSettingsLocked()
|
/aosp14/frameworks/base/services/core/java/com/android/server/power/ |
H A D | PowerManagerService.java | 6056 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED,
|
/aosp14/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 15620 public static final String DYNAMIC_POWER_SAVINGS_ENABLED = "dynamic_power_savings_enabled"; field in Settings.Global
|