Searched refs:highestPriorityByUserId (Results 1 – 1 of 1) sorted by relevance
764 SparseIntArray highestPriorityByUserId = new SparseIntArray(); in preferHighPriority() local780 if (highestPriorityByUserId.indexOfKey(match.targetUserId) < 0) { in preferHighPriority()781 highestPriorityByUserId.put(match.targetUserId, Integer.MIN_VALUE); in preferHighPriority()786 int highestPriority = highestPriorityByUserId.get(match.targetUserId); in preferHighPriority()793 highestPriorityByUserId.put(match.targetUserId, match.priority); in preferHighPriority()