Home
last modified time | relevance | path

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

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