Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java894 public final int getChargingSpeed(int slowThreshold, int fastThreshold) { in getChargingSpeed() argument
896 maxChargingWattage < slowThreshold ? CHARGING_SLOWLY : in getChargingSpeed()