Searched refs:getCpuFreqTimes (Results 1 – 2 of 2) sorted by relevance
583 public abstract long[] getCpuFreqTimes(int which); in getCpuFreqTimes() method in BatteryStats.Uid3614 final long[] cpuFreqTimeMs = u.getCpuFreqTimes(which); in dumpCheckinLocked()5087 final long[] cpuFreqTimes = u.getCpuFreqTimes(which); in dumpLocked()
5754 public long[] getCpuFreqTimes(int which) { in getCpuFreqTimes() method in BatteryStatsImpl.Uid