Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java355 case KeyguardUpdateMonitor.BatteryStatus.CHARGING_SLOWLY: in computePowerIndication()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java921 public static final int CHARGING_SLOWLY = 0; field in KeyguardUpdateMonitor.BatteryStatus
969 maxChargingWattage < slowThreshold ? CHARGING_SLOWLY : in getChargingSpeed()