Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DSendersView.java287 final Map<Integer, Integer> priorityToLength = PRIORITY_LENGTH_MAP_CACHE.get(); in handlePriority() local
289 priorityToLength.clear(); in handlePriority()
294 priorityToLength.put(info.priority, senderLength); in handlePriority()
298 if (priorityToLength.containsKey(maxPriorityToInclude + 1)) { in handlePriority()
299 int length = numCharsUsed + priorityToLength.get(maxPriorityToInclude + 1); in handlePriority()
314 PRIORITY_LENGTH_MAP_CACHE.release(priorityToLength); in handlePriority()