Searched defs:getPowerCounter (Results 1 - 2 of 2) sorted by relevance

/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);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java2667 public LongSamplingCounter getPowerCounter() { method in class:BatteryStatsImpl.ControllerActivityCounterImpl
9992 mWifiActivity.getPowerCounter().addCountLocked(
10141 mModemActivity.getPowerCounter().addCountLocked(
10316 mBluetoothActivity.getPowerCounter().addCountLocked(

Completed in 62 milliseconds