Searched refs:getPowerCounter (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DBluetoothPowerCalculator.java49 double powerMah = counter.getPowerCounter().getCountLocked(statsType)
76 double powerMah = counter.getPowerCounter().getCountLocked(statsType)
H A DWifiPowerCalculator.java86 double powerDrainMah = counter.getPowerCounter().getCountLocked(statsType)
H A DBatteryStatsImpl.java2667 public LongSamplingCounter getPowerCounter() { method in class:BatteryStatsImpl.ControllerActivityCounterImpl
9992 mWifiActivity.getPowerCounter().addCountLocked(
10141 mModemActivity.getPowerCounter().addCountLocked(
10316 mBluetoothActivity.getPowerCounter().addCountLocked(
/frameworks/base/services/core/java/com/android/server/am/
H A DHealthStatsBatteryStatsWriter.java176 controller.getPowerCounter().getCountLocked(STATS_SINCE_UNPLUGGED));
195 controller.getPowerCounter().getCountLocked(STATS_SINCE_UNPLUGGED));
214 controller.getPowerCounter().getCountLocked(STATS_SINCE_UNPLUGGED));
/frameworks/base/core/java/android/os/
H A DBatteryStats.java410 public abstract LongCounter getPowerCounter(); method in class:BatteryStats.ControllerActivityCounter
3000 || counter.getPowerCounter().getCountLocked(which) != 0) {
3034 pw.print(counter.getPowerCounter().getCountLocked(which) / (1000 * 60 * 60));
3056 final long powerDrainMaMs = counter.getPowerCounter().getCountLocked(which);

Completed in 112 milliseconds