Searched refs:devicePowerMah (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | BatteryUsageStats.java | 602 final double devicePowerMah = deviceConsumer.getConsumedPower(key); in dump() local 604 if (devicePowerMah == 0 && appsPowerMah == 0) { in dump() 613 printPowerComponent(pw, prefix, label, devicePowerMah, appsPowerMah, in dump() 624 final double devicePowerMah = in dump() local 628 if (devicePowerMah == 0 && appsPowerMah == 0) { in dump() 633 devicePowerMah, appsPowerMah, in dump() 644 double devicePowerMah, double appsPowerMah, int powerModel, long durationMs) { in printPowerComponent() argument 647 .append(BatteryStats.formatCharge(devicePowerMah)); in printPowerComponent()
|