Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/os/
H A DSystemServicePowerCalculator.java183 final long[] systemServiceTimeAtCpuSpeeds = batteryStats.getSystemServiceTimeAtCpuSpeeds(); in calculatePowerUsingPowerProfile()
H A DBatteryStatsImpl.java14768 public long[] getSystemServiceTimeAtCpuSpeeds() {
15234 long[] systemServiceTimeAtCpuSpeeds = getSystemServiceTimeAtCpuSpeeds();
/aosp12/frameworks/base/core/java/android/os/
H A DBatteryStats.java3091 public abstract long[] getSystemServiceTimeAtCpuSpeeds(); in getSystemServiceTimeAtCpuSpeeds() method in BatteryStats