Home
last modified time | relevance | path

Searched refs:cpuTimeUs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/tests/powerstatstests/src/com/android/server/power/stats/
DBatteryStatsCpuTimesTest.java246 final int[] cpuTimeUs = {89, 31, 43}; in testUpdateClusterSpeedTimes() local
248 updatedUids.put(testUids[i], cpuTimeUs[i]); in testUpdateClusterSpeedTimes()
267 cpuTimeUs[i] * clusterSpeedTimesMs[cluster][speed] in testUpdateClusterSpeedTimes()
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java14561 final LongSamplingCounter[] cpuTimeUs = u.mCpuClusterSpeedTimesUs[cluster];
14563 if (cpuTimeUs[speed] == null) {
14564 cpuTimeUs[speed] = new LongSamplingCounter(mOnBatteryTimeBase);
14568 cpuTimeUs[speed].addCountLocked(allocationUs, onBattery);