Searched refs:maxFoundPriority (Results 1 – 1 of 1) sorted by relevance
282 int maxFoundPriority = 0; in handlePriority() local295 maxFoundPriority = Math.max(maxFoundPriority, info.priority); in handlePriority()297 while (maxPriorityToInclude < maxFoundPriority) { in handlePriority()