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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java168 public abstract int getCountLocked(int which); method in class:BatteryStats.Counter
187 public abstract int getCountLocked(int which); method in class:BatteryStats.Timer
701 int count = timer.getCountLocked(which);
733 count = timer.getCountLocked(which);
950 int count = timer.getCountLocked(which);
1344 int count = timer.getCountLocked(which);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java286 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Counter
488 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Timer
1381 return mInputEventCounter.getCountLocked(which);
1401 return mPhoneDataConnectionsTimer[dataType].getCountLocked(which);
1411 return mPhoneDataConnectionsTimer[dataType].getCountLocked(which);
1710 return mUserActivityCounters[type].getCountLocked(which);
2196 return mSpeedBins[speedStep].getCountLocked(which);

Completed in 14 milliseconds