Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverStateMachine.java412 final int stickyAutoDisableThreshold = getGlobalSetting( in refreshSettingsLocked() local
417 isStickyAutoDisableEnabled, stickyAutoDisableThreshold, in refreshSettingsLocked()
432 boolean isStickyAutoDisableEnabled, int stickyAutoDisableThreshold, in setSettingsLocked() argument
440 + " stickyAutoDisableThreshold=" + stickyAutoDisableThreshold in setSettingsLocked()
450 stickyAutoDisableThreshold = Math.max(stickyAutoDisableThreshold, in setSettingsLocked()
461 mSettingBatterySaverStickyAutoDisableThreshold != stickyAutoDisableThreshold; in setSettingsLocked()
478 mSettingBatterySaverStickyAutoDisableThreshold = stickyAutoDisableThreshold; in setSettingsLocked()