Searched refs:costValue (Results 1 – 1 of 1) sorted by relevance
91 final long costValue = ps.getUserTime(statsType) + ps.getSystemTime(statsType) in calculateApp() local98 highestDrain = costValue; in calculateApp()100 } else if (highestDrain < costValue && !processName.startsWith("*")) { in calculateApp()101 highestDrain = costValue; in calculateApp()