Home
last modified time | relevance | path

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

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