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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java220 public abstract int getCountLocked(int which); method in class:BatteryStats.Counter
239 public abstract long getCountLocked(int which); method in class:BatteryStats.LongCounter
258 public abstract int getCountLocked(int which); method in class:BatteryStats.Timer
1781 int count = timer.getCountLocked(which);
1815 count = timer.getCountLocked(which);
2054 int count = ent.getValue().getCountLocked(which);
2199 int count = timer.getCountLocked(which);
2212 int count = timer.getCountLocked(which);
2228 int count = timer.getCountLocked(which);
2239 int count = vibTimer.getCountLocked(whic
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java705 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Counter
809 public long getCountLocked(int which) { method in class:BatteryStatsImpl.LongSamplingCounter
1017 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Timer
3947 return mScreenOnTimer.getCountLocked(which);
3965 return mLowPowerModeEnabledTimer.getCountLocked(which);
3973 return mPhoneOnTimer.getCountLocked(which);
3989 return mPhoneSignalStrengthsTimer[strengthBin].getCountLocked(which);
3999 return mPhoneDataConnectionsTimer[dataType].getCountLocked(which);
4007 return mMobileRadioActiveTimer.getCountLocked(which);
4011 return mMobileRadioActiveAdjustedTime.getCountLocked(whic
[all...]

Completed in 37 milliseconds