Searched defs:speedStep (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/os/
H A DBatteryStats.java484 * @param speedStep the index of the CPU speed. This is not the actual speed of the
489 public abstract long getTimeAtCpuSpeedStep(int speedStep, int which); argument
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java5788 public long getTimeAtCpuSpeedStep(int speedStep, int which) { argument
5789 if (speedStep < mSpeedBins.length) {
5790 SamplingCounter c = mSpeedBins[speedStep];

Completed in 43 milliseconds