Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSendersView.java282 int maxFoundPriority = 0; in handlePriority() local
295 maxFoundPriority = Math.max(maxFoundPriority, info.priority); in handlePriority()
297 while (maxPriorityToInclude < maxFoundPriority) { in handlePriority()