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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java393 public abstract int getCountLocked(int which); method in class:BatteryStats.Counter
412 public abstract long getCountLocked(int which); method in class:BatteryStats.LongCounter
494 public abstract int getCountLocked(int which); method in class:BatteryStats.Timer
3072 int count = timer.getCountLocked(which);
3129 final int count = timer.getCountLocked(which);
3182 count = timer.getCountLocked(which);
3251 final int count = timer.getCountLocked(which);
3274 final int count = timer.getCountLocked(which);
3305 if (counter.getIdleTimeCounter().getCountLocked(which) != 0
3306 || counter.getRxTimeCounter().getCountLocked(whic
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java1006 return mDischargeCounter.getCountLocked(which);
1011 return mDischargeScreenOffCounter.getCountLocked(which);
1016 return mDischargeScreenDozeCounter.getCountLocked(which);
1021 return mDischargeLightDozeCounter.getCountLocked(which);
1026 return mDischargeDeepDozeCounter.getCountLocked(which);
1340 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Counter
1606 public long getCountLocked(int which) { method in class:BatteryStatsImpl.LongSamplingCounter
1841 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Timer
6292 return mScreenOnTimer.getCountLocked(which);
6300 return mScreenDozeTimer.getCountLocked(whic
[all...]

Completed in 33 milliseconds