Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java97 private int mChargingSpeed; field in KeyguardIndicationController
398 switch (mChargingSpeed) { in computePowerIndication()
483 pw.println(" mChargingSpeed: " + mChargingSpeed); in dump()
505 mChargingSpeed = status.getChargingSpeed(mSlowThreshold, mFastThreshold); in onRefreshBatteryInfo()