Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySaverStateMachine.java381 final int stickyAutoDisableThreshold = getGlobalSetting( in refreshSettingsLocked() local
386 isStickyAutoDisableEnabled, stickyAutoDisableThreshold, in refreshSettingsLocked()
401 boolean isStickyAutoDisableEnabled, int stickyAutoDisableThreshold, in setSettingsLocked() argument
409 + " stickyAutoDisableThreshold=" + stickyAutoDisableThreshold in setSettingsLocked()
419 stickyAutoDisableThreshold = Math.max(stickyAutoDisableThreshold, in setSettingsLocked()
430 mSettingBatterySaverStickyAutoDisableThreshold != stickyAutoDisableThreshold; in setSettingsLocked()
447 mSettingBatterySaverStickyAutoDisableThreshold = stickyAutoDisableThreshold; in setSettingsLocked()