Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java397 int chargingId; in computePowerIndication() local
400 chargingId = hasChargingTime in computePowerIndication()
405 chargingId = hasChargingTime in computePowerIndication()
410 chargingId = hasChargingTime in computePowerIndication()
425 return mContext.getResources().getString(chargingId, chargingTimeFormatted, in computePowerIndication()
428 return mContext.getResources().getString(chargingId, chargingTimeFormatted); in computePowerIndication()
433 return mContext.getResources().getString(chargingId, percentage); in computePowerIndication()
435 return mContext.getResources().getString(chargingId); in computePowerIndication()