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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java162 public abstract int getCountLocked(int which); method in class:BatteryStats.Counter
181 public abstract int getCountLocked(int which); method in class:BatteryStats.Timer
1124 int count = timer.getCountLocked(which);
1156 count = timer.getCountLocked(which);
1384 int count = timer.getCountLocked(which);
1831 int count = timer.getCountLocked(which);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java409 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Counter
641 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Timer
2286 return mInputEventCounter.getCountLocked(which);
2306 return mPhoneDataConnectionsTimer[dataType].getCountLocked(which);
2316 return mPhoneDataConnectionsTimer[dataType].getCountLocked(which);
2669 return mUserActivityCounters[type].getCountLocked(which);
3476 return c != null ? c.getCountLocked(which) : 0;
4792 time = sc.getCountLocked(which);

Completed in 29 milliseconds