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