Home
last modified time | relevance | path

Searched defs:timesInFreqMs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
DBatteryStats.java892 public abstract boolean getCpuFreqTimes(@NonNull long[] timesInFreqMs, int procState); in getCpuFreqTimes()
897 public abstract boolean getScreenOffCpuFreqTimes(@NonNull long[] timesInFreqMs, in getScreenOffCpuFreqTimes()
5078 final long[] timesInFreqMs = in dumpCheckinLocked() local
8145 final long[] timesInFreqMs = new long[stepCount]; in dumpProtoAppsLocked() local
/frameworks/base/services/core/java/com/android/server/power/stats/
DBatteryStatsImpl.java8472 public boolean getCpuFreqTimes(long[] timesInFreqMs, int procState) { in getCpuFreqTimes()
8488 public boolean getScreenOffCpuFreqTimes(long[] timesInFreqMs, int procState) { in getScreenOffCpuFreqTimes()