Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/power/stats/
H A DCpuPowerCalculator.java254 final long costValue = ps.getUserTime(statsType) + ps.getSystemTime(statsType) in calculatePowerAndDuration() local
260 highestDrain = costValue; in calculatePowerAndDuration()
262 } else if (highestDrain < costValue && !processName.startsWith("*")) { in calculatePowerAndDuration()
263 highestDrain = costValue; in calculatePowerAndDuration()