Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/batterysaver/
H A DBatterySaverStateMachine.java384 final int stickyAutoDisableThreshold = getGlobalSetting( in refreshSettingsLocked() local
389 isStickyAutoDisableEnabled, stickyAutoDisableThreshold, in refreshSettingsLocked()
404 boolean isStickyAutoDisableEnabled, int stickyAutoDisableThreshold, in setSettingsLocked() argument
412 + " stickyAutoDisableThreshold=" + stickyAutoDisableThreshold in setSettingsLocked()
422 stickyAutoDisableThreshold = Math.max(stickyAutoDisableThreshold, in setSettingsLocked()
433 mSettingBatterySaverStickyAutoDisableThreshold != stickyAutoDisableThreshold; in setSettingsLocked()
450 mSettingBatterySaverStickyAutoDisableThreshold = stickyAutoDisableThreshold; in setSettingsLocked()