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.java121 private int mChargingSpeed; field in KeyguardIndicationController
535 switch (mChargingSpeed) { in computePowerIndication()
646 pw.println(" mChargingSpeed: " + mChargingSpeed); in dump()
687 mChargingSpeed = status.getChargingSpeed(mContext); in onRefreshBatteryInfo()