Searched refs:getCountsLocked (Results 1 – 3 of 3) sorted by relevance
140 long[] actualVal = mCounterArray.getCountsLocked(STATS_SINCE_CHARGED); in testGetCountsLocked()145 actualVal = mCounterArray.getCountsLocked(STATS_SINCE_CHARGED); in testGetCountsLocked()
1003 public long[] getCountsLocked(int which) { in getCountsLocked() method in BatteryStatsImpl.LongSamplingCounterArray5758 final long[] cpuFreqTimes = mCpuFreqTimeMs.getCountsLocked(which); in getCpuFreqTimes()5776 final long[] cpuFreqTimes = mScreenOffCpuFreqTimeMs.getCountsLocked(which); in getScreenOffCpuFreqTimes()
344 public abstract long[] getCountsLocked(int which); in getCountsLocked() method in BatteryStats.LongCounterArray