Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DBatteryStats.java4048 final long[] cpuFreqs = getCpuFreqs(); in dumpCheckinLocked() local
4049 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 BatteryStats
5424 if (cpuFreqs != null) { in dumpLocked()
5427 for (int i = 0; i < cpuFreqs.length; ++i) { in dumpLocked()
[all …]