Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/os/
DCpuPowerCalculator.java91 final long costValue = ps.getUserTime(statsType) + ps.getSystemTime(statsType) in calculateApp() local
98 highestDrain = costValue; in calculateApp()
100 } else if (highestDrain < costValue && !processName.startsWith("*")) { in calculateApp()
101 highestDrain = costValue; in calculateApp()