Searched refs:cpuFreqs (Results 1 – 1 of 1) sorted by relevance
3996 final long[] cpuFreqs = getCpuFreqs(); in dumpCheckinLocked() local3997 if (cpuFreqs != null) { in dumpCheckinLocked()3999 for (int i = 0; i < cpuFreqs.length; ++i) { in dumpCheckinLocked()4000 sb.append((i == 0 ? "" : ",") + cpuFreqs[i]); in dumpCheckinLocked()4310 if (cpuFreqs != null) { in dumpCheckinLocked()4314 if (cpuFreqTimeMs != null && cpuFreqTimeMs.length == cpuFreqs.length) { in dumpCheckinLocked()4335 if (timesMs != null && timesMs.length == cpuFreqs.length) { in dumpCheckinLocked()5371 final long[] cpuFreqs = getCpuFreqs(); in dumpLocked() field in BatteryStats5372 if (cpuFreqs != null) { in dumpLocked()5375 for (int i = 0; i < cpuFreqs.length; ++i) { in dumpLocked()[all …]