Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java235 mChargingSpeed = status.getChargingSpeed(mSlowThreshold, mFastThreshold);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java865 public final int getChargingSpeed(int slowThreshold, int fastThreshold) { in getChargingSpeed() method in KeyguardUpdateMonitor.BatteryStatus