Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java4386 final long[] timesMs = u.getCpuFreqTimes(which, procState); in dumpCheckinLocked() local
4387 if (timesMs != null && timesMs.length == cpuFreqs.length) { in dumpCheckinLocked()
4389 for (int i = 0; i < timesMs.length; ++i) { in dumpCheckinLocked()
4390 sb.append((i == 0 ? "" : ",") + timesMs[i]); in dumpCheckinLocked()
4399 for (int i = 0; i < timesMs.length; ++i) { in dumpCheckinLocked()
4404 Uid.UID_PROCESS_TYPES[procState], timesMs.length, sb.toString()); in dumpCheckinLocked()
7463 final long[] timesMs = u.getCpuFreqTimes(which, procState); in dumpProtoAppsLocked() local
7464 if (timesMs != null && timesMs.length == cpuFreqs.length) { in dumpProtoAppsLocked()
7467 screenOffTimesMs = new long[timesMs.length]; in dumpProtoAppsLocked()
7471 for (int ic = 0; ic < timesMs.length; ++ic) { in dumpProtoAppsLocked()
[all …]