Home
last modified time | relevance | path

Searched defs:getScreenOffCpuFreqTimes (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/fuelgauge/
H A DFakeUid.java404 public long[] getScreenOffCpuFreqTimes(int which) { in getScreenOffCpuFreqTimes() method in FakeUid
424 public long[] getScreenOffCpuFreqTimes(int procState, int which) { in getScreenOffCpuFreqTimes() method in FakeUid
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java819 public abstract long[] getScreenOffCpuFreqTimes(int which); in getScreenOffCpuFreqTimes() method in BatteryStats.Uid
836 public abstract long[] getScreenOffCpuFreqTimes(int which, int procState); in getScreenOffCpuFreqTimes() method in BatteryStats.Uid
/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java7819 public long[] getScreenOffCpuFreqTimes(int which) { in getScreenOffCpuFreqTimes() method in BatteryStatsImpl.Uid
7849 public long[] getScreenOffCpuFreqTimes(int which, int procState) { in getScreenOffCpuFreqTimes() method in BatteryStatsImpl.Uid