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.java1106 int chargingId; in computePowerChargingStringIndication() local
1110 chargingId = hasChargingTime in computePowerChargingStringIndication()
1115 chargingId = hasChargingTime in computePowerChargingStringIndication()
1120 chargingId = hasChargingTime in computePowerChargingStringIndication()
1126 chargingId = hasChargingTime in computePowerChargingStringIndication()
1130 chargingId = hasChargingTime in computePowerChargingStringIndication()
1134 chargingId = hasChargingTime in computePowerChargingStringIndication()
1143 return mContext.getResources().getString(chargingId, chargingTimeFormatted, in computePowerChargingStringIndication()
1146 return mContext.getResources().getString(chargingId, percentage); in computePowerChargingStringIndication()