HomeSort by relevance Sort by last modified time
    Searched refs:maxPriorityToInclude (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
SendersView.java 246 int maxPriorityToInclude = -1; // inclusive
265 while (maxPriorityToInclude < maxFoundPriority) {
266 if (priorityToLength.containsKey(maxPriorityToInclude + 1)) {
267 int length = numCharsUsed + priorityToLength.get(maxPriorityToInclude + 1);
279 maxPriorityToInclude++;
308 if (priority <= maxPriorityToInclude) {
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
Utils.java 412 int maxPriorityToInclude = -1; // inclusive
415 while (maxPriorityToInclude < maxFoundPriority) {
416 if (priorityToLength.containsKey(maxPriorityToInclude + 1)) {
417 int length = numCharsUsed + priorityToLength.get(maxPriorityToInclude + 1);
429 maxPriorityToInclude++;
473 if (priority <= maxPriorityToInclude) {
    [all...]

Completed in 239 milliseconds