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

/frameworks/base/core/java/android/os/
H A DBatteryStats.java246 public abstract int getCountLocked(int which); method in class:BatteryStats.Counter
265 public abstract long getCountLocked(int which); method in class:BatteryStats.LongCounter
284 public abstract int getCountLocked(int which); method in class:BatteryStats.Timer
2378 int count = timer.getCountLocked(which);
2411 final int count = timer.getCountLocked(which);
2446 count = timer.getCountLocked(which);
2498 final int count = timer.getCountLocked(which);
2719 int count = ent.getValue().getCountLocked(which);
2870 final int count = timer.getCountLocked(which);
2881 final int count = timer.getCountLocked(whic
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java760 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Counter
850 public long getCountLocked(int which) { method in class:BatteryStatsImpl.LongSamplingCounter
1068 public int getCountLocked(int which) { method in class:BatteryStatsImpl.Timer
4122 return mScreenOnTimer.getCountLocked(which);
4140 return mPowerSaveModeEnabledTimer.getCountLocked(which);
4148 return mDeviceIdleModeEnabledTimer.getCountLocked(which);
4156 return mDeviceIdlingTimer.getCountLocked(which);
4174 return mPhoneOnTimer.getCountLocked(which);
4190 return mPhoneSignalStrengthsTimer[strengthBin].getCountLocked(which);
4200 return mPhoneDataConnectionsTimer[dataType].getCountLocked(whic
[all...]

Completed in 49 milliseconds