Searched defs: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
1805 int count = timer.getCountLocked(which);
1839 count = timer.getCountLocked(which);
2079 int count = ent.getValue().getCountLocked(which);
2224 int count = timer.getCountLocked(which);
2237 int count = timer.getCountLocked(which);
2253 int count = timer.getCountLocked(which);
2264 int count = vibTimer.getCountLocked(whic
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java709 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Counter
813 public long getCountLocked(int which) { method in class:BatteryStatsImpl.LongSamplingCounter
1021 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Timer
3975 return mScreenOnTimer.getCountLocked(which);
3993 return mLowPowerModeEnabledTimer.getCountLocked(which);
4011 return mPhoneOnTimer.getCountLocked(which);
4027 return mPhoneSignalStrengthsTimer[strengthBin].getCountLocked(which);
4037 return mPhoneDataConnectionsTimer[dataType].getCountLocked(which);
4045 return mMobileRadioActiveTimer.getCountLocked(which);
4049 return mMobileRadioActiveAdjustedTime.getCountLocked(whic
[all...]

Completed in 38 milliseconds