Searched refs:estimatedBatteryCapacity (Results 1 – 1 of 1) sorted by relevance
3913 final int estimatedBatteryCapacity = getEstimatedBatteryCapacity(); in dumpLocked() local3914 if (estimatedBatteryCapacity > 0) { in dumpLocked()3918 sb.append(BatteryStatsHelper.makemAh(estimatedBatteryCapacity)); in dumpLocked()