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.java311 int chargingId; in computePowerIndication() local
314 chargingId = hasChargingTime in computePowerIndication()
319 chargingId = hasChargingTime in computePowerIndication()
324 chargingId = hasChargingTime in computePowerIndication()
333 return mContext.getResources().getString(chargingId, chargingTimeFormatted); in computePowerIndication()
335 return mContext.getResources().getString(chargingId); in computePowerIndication()