Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/power/batterysaver/
DBatterySaverStateMachine.java178 private int mSettingBatterySaverStickyAutoDisableThreshold; field in BatterySaverStateMachine
427 mSettingBatterySaverStickyAutoDisableThreshold != stickyAutoDisableThreshold; in setSettingsLocked()
444 mSettingBatterySaverStickyAutoDisableThreshold = stickyAutoDisableThreshold; in setSettingsLocked()
689 && mBatteryLevel >= mSettingBatterySaverStickyAutoDisableThreshold; in updateStateLocked()
924 pw.println(mSettingBatterySaverStickyAutoDisableThreshold); in dump()
970 mSettingBatterySaverStickyAutoDisableThreshold); in dumpProto()