Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java77 private final int mFastThreshold; field in KeyguardIndicationController
125 mFastThreshold = res.getInteger(R.integer.config_chargingFastThreshold); in KeyguardIndicationController()
388 mChargingSpeed = status.getChargingSpeed(mSlowThreshold, mFastThreshold); in onRefreshBatteryInfo()