Searched refs:priorityToLength (Results 1 – 1 of 1) sorted by relevance
287 final Map<Integer, Integer> priorityToLength = PRIORITY_LENGTH_MAP_CACHE.get(); in handlePriority() local289 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()