Searched refs:getPowerCounter (Results 1 – 5 of 5) sorted by relevance
49 double powerMah = counter.getPowerCounter().getCountLocked(statsType) in calculateApp()76 double powerMah = counter.getPowerCounter().getCountLocked(statsType) in calculateRemaining()
86 double powerDrainMah = counter.getPowerCounter().getCountLocked(statsType) in calculateRemaining()
2585 public LongSamplingCounter getPowerCounter() { in getPowerCounter() method in BatteryStatsImpl.ControllerActivityCounterImpl9711 mWifiActivity.getPowerCounter().addCountLocked( in updateWifiState()9860 mModemActivity.getPowerCounter().addCountLocked( in updateMobileRadioState()10035 mBluetoothActivity.getPowerCounter().addCountLocked( in updateBluetoothStateLocked()
176 controller.getPowerCounter().getCountLocked(STATS_SINCE_UNPLUGGED)); in writeUid()195 controller.getPowerCounter().getCountLocked(STATS_SINCE_UNPLUGGED)); in writeUid()214 controller.getPowerCounter().getCountLocked(STATS_SINCE_UNPLUGGED)); in writeUid()
382 public abstract LongCounter getPowerCounter(); in getPowerCounter() method in BatteryStats.ControllerActivityCounter2914 || counter.getPowerCounter().getCountLocked(which) != 0) { in controllerActivityHasData()2948 pw.print(counter.getPowerCounter().getCountLocked(which) / (1000 * 60 * 60)); in dumpControllerActivityLine()2970 final long powerDrainMaMs = counter.getPowerCounter().getCountLocked(which); in printControllerActivity()