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.java378 final int stickyAutoDisableThreshold = getGlobalSetting( in refreshSettingsLocked() local
383 isStickyAutoDisableEnabled, stickyAutoDisableThreshold, in refreshSettingsLocked()
398 boolean isStickyAutoDisableEnabled, int stickyAutoDisableThreshold, in setSettingsLocked() argument
406 + " stickyAutoDisableThreshold=" + stickyAutoDisableThreshold in setSettingsLocked()
416 stickyAutoDisableThreshold = Math.max(stickyAutoDisableThreshold, in setSettingsLocked()
427 mSettingBatterySaverStickyAutoDisableThreshold != stickyAutoDisableThreshold; in setSettingsLocked()
444 mSettingBatterySaverStickyAutoDisableThreshold = stickyAutoDisableThreshold; in setSettingsLocked()