Searched defs:fastThreshold (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java967 public final int getChargingSpeed(int slowThreshold, int fastThreshold) { argument
970 maxChargingWattage > fastThreshold ? CHARGING_FAST :

Completed in 37 milliseconds