Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java4213 final long[] timesMs = u.getCpuFreqTimes(which, procState); in dumpCheckinLocked() local
4214 if (timesMs != null && timesMs.length == cpuFreqs.length) { in dumpCheckinLocked()
4216 for (int i = 0; i < timesMs.length; ++i) { in dumpCheckinLocked()
4217 sb.append((i == 0 ? "" : ",") + timesMs[i]); in dumpCheckinLocked()
4226 for (int i = 0; i < timesMs.length; ++i) { in dumpCheckinLocked()
4231 Uid.UID_PROCESS_TYPES[procState], timesMs.length, sb.toString()); in dumpCheckinLocked()
7286 final long[] timesMs = u.getCpuFreqTimes(which, procState); in dumpProtoAppsLocked() local
7287 if (timesMs != null && timesMs.length == cpuFreqs.length) { in dumpProtoAppsLocked()
7290 screenOffTimesMs = new long[timesMs.length]; in dumpProtoAppsLocked()
7294 for (int ic = 0; ic < timesMs.length; ++ic) { in dumpProtoAppsLocked()
[all …]