HomeSort by relevance Sort by last modified time
    Searched refs:getPowerCounter (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
BluetoothPowerCalculator.java 49 double powerMah = counter.getPowerCounter().getCountLocked(statsType)
76 double powerMah = counter.getPowerCounter().getCountLocked(statsType)
WifiPowerCalculator.java 86 double powerDrainMah = counter.getPowerCounter().getCountLocked(statsType)
BatteryStatsImpl.java     [all...]
  /frameworks/base/services/core/java/com/android/server/am/
HealthStatsBatteryStatsWriter.java 175 controller.getPowerCounter().getCountLocked(STATS_SINCE_UNPLUGGED));
194 controller.getPowerCounter().getCountLocked(STATS_SINCE_UNPLUGGED));
213 controller.getPowerCounter().getCountLocked(STATS_SINCE_UNPLUGGED));
  /frameworks/base/core/java/android/os/
BatteryStats.java 325 public abstract LongCounter getPowerCounter();
    [all...]

Completed in 111 milliseconds