Home
last modified time | relevance | path

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

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