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
1126 int count = timer.getCountLocked(which);
1158 count = timer.getCountLocked(which);
1386 int count = timer.getCountLocked(which);
1833 int count = timer.getCountLocked(which);
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java421 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Counter
653 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Timer
2316 return mInputEventCounter.getCountLocked(which);
2336 return mPhoneSignalStrengthsTimer[strengthBin].getCountLocked(which);
2346 return mPhoneDataConnectionsTimer[dataType].getCountLocked(which);
2702 return mUserActivityCounters[type].getCountLocked(which);
3509 return c != null ? c.getCountLocked(which) : 0;
4825 time = sc.getCountLocked(which);

Completed in 100 milliseconds