Searched refs:highestDrain (Results 1 – 1 of 1) sorted by relevance
244 double highestDrain = 0; in calculatePowerAndDuration() local260 highestDrain = costValue; in calculatePowerAndDuration()262 } else if (highestDrain < costValue && !processName.startsWith("*")) { in calculatePowerAndDuration()263 highestDrain = costValue; in calculatePowerAndDuration()