Searched refs:cpuFreqs (Results 1 – 1 of 1) sorted by relevance
4048 final long[] cpuFreqs = getCpuFreqs(); in dumpCheckinLocked() local4049 if (cpuFreqs != null) { in dumpCheckinLocked()4051 for (int i = 0; i < cpuFreqs.length; ++i) { in dumpCheckinLocked()4052 sb.append((i == 0 ? "" : ",") + cpuFreqs[i]); in dumpCheckinLocked()4362 if (cpuFreqs != null) { in dumpCheckinLocked()4366 if (cpuFreqTimeMs != null && cpuFreqTimeMs.length == cpuFreqs.length) { in dumpCheckinLocked()4387 if (timesMs != null && timesMs.length == cpuFreqs.length) { in dumpCheckinLocked()5423 final long[] cpuFreqs = getCpuFreqs(); in dumpLocked() field in BatteryStats5424 if (cpuFreqs != null) { in dumpLocked()5427 for (int i = 0; i < cpuFreqs.length; ++i) { in dumpLocked()[all …]