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.java189 private int mSettingBatterySaverStickyAutoDisableThreshold; field in BatterySaverStateMachine
461 mSettingBatterySaverStickyAutoDisableThreshold != stickyAutoDisableThreshold; in setSettingsLocked()
478 mSettingBatterySaverStickyAutoDisableThreshold = stickyAutoDisableThreshold; in setSettingsLocked()
750 && mBatteryLevel >= mSettingBatterySaverStickyAutoDisableThreshold; in updateStateLocked()
1062 ipw.println(mSettingBatterySaverStickyAutoDisableThreshold); in dump()
1120 mSettingBatterySaverStickyAutoDisableThreshold); in dumpProto()