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 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()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/batterysaver/ |
H A D | BatterySaverStateMachine.java | 314 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 D | powermanagerservice.proto | 425 // 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 D | SettingsBackupTest.java | 267 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED,
|
/aosp12/frameworks/base/core/proto/android/providers/settings/ |
H A D | global.proto | 354 // {@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 D | SettingsProtoDumpUtil.java | 649 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED, in dumpProtoGlobalSettingsLocked()
|
/aosp12/frameworks/base/services/core/java/com/android/server/power/ |
H A D | PowerManagerService.java | 5460 Settings.Global.DYNAMIC_POWER_SAVINGS_ENABLED,
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | Settings.java | 14037 public static final String DYNAMIC_POWER_SAVINGS_ENABLED = "dynamic_power_savings_enabled"; field in Settings.Global
|
/aosp12/frameworks/base/core/api/ |
H A D | test-lint-baseline.txt | 2514 NoSettingsProvider: android.provider.Settings.Global#DYNAMIC_POWER_SAVINGS_ENABLED:
|
H A D | test-current.txt | 2155 … field public static final String DYNAMIC_POWER_SAVINGS_ENABLED = "dynamic_power_savings_enabled";
|