Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/fuelgauge/
DBatteryInfo.java483 int chargeLabelResId = in getPowerRemainingChargingLabel() local
490 return context.getString(chargeLabelResId, timeString); in getPowerRemainingChargingLabel()
503 int chargeLabelResId, in getChargeLabelWithTimeToFull() argument
514 chargeLabelResId, in getChargeLabelWithTimeToFull()
518 : context.getString(chargeLabelResId, batteryPercentString, timeString); in getChargeLabelWithTimeToFull()
526 return context.getString(chargeLabelResId, batteryPercentString, timeString); in getChargeLabelWithTimeToFull()