Searched refs:timesMs (Results 1 – 1 of 1) sorted by relevance
4367 final long[] timesMs = u.getCpuFreqTimes(which, procState); in dumpCheckinLocked() local4368 if (timesMs != null && timesMs.length == cpuFreqs.length) { in dumpCheckinLocked()4370 for (int i = 0; i < timesMs.length; ++i) { in dumpCheckinLocked()4371 sb.append((i == 0 ? "" : ",") + timesMs[i]); in dumpCheckinLocked()4380 for (int i = 0; i < timesMs.length; ++i) { in dumpCheckinLocked()4385 Uid.UID_PROCESS_TYPES[procState], timesMs.length, sb.toString()); in dumpCheckinLocked()7444 final long[] timesMs = u.getCpuFreqTimes(which, procState); in dumpProtoAppsLocked() local7445 if (timesMs != null && timesMs.length == cpuFreqs.length) { in dumpProtoAppsLocked()7448 screenOffTimesMs = new long[timesMs.length]; in dumpProtoAppsLocked()7452 for (int ic = 0; ic < timesMs.length; ++ic) { in dumpProtoAppsLocked()[all …]