Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1293 public final int getChargingSpeed(int slowThreshold, int fastThreshold) { in getChargingSpeed() argument
1296 maxChargingWattage > fastThreshold ? CHARGING_FAST : in getChargingSpeed()