Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSendersView.java277 int maxPriorityToInclude = -1; // inclusive in handlePriority() local
297 while (maxPriorityToInclude < maxFoundPriority) { in handlePriority()
298 if (priorityToLength.containsKey(maxPriorityToInclude + 1)) { in handlePriority()
299 int length = numCharsUsed + priorityToLength.get(maxPriorityToInclude + 1); in handlePriority()
311 maxPriorityToInclude++; in handlePriority()
341 if (priority <= maxPriorityToInclude) { in handlePriority()