Searched refs:highestPriority (Results 1 – 2 of 2) sorted by relevance
467 ClientPriority highestPriority = priority; in wouldEvictLocked() local470 if (curPriority <= highestPriority) { in wouldEvictLocked()471 highestPriority = curPriority; in wouldEvictLocked()476 if (highestPriority == priority) { in wouldEvictLocked()
778 int highestPriority = highestPriorityByUserId.get(match.targetUserId); in preferHighPriority() local782 if (match.priority == highestPriority) { in preferHighPriority()784 } else if (match.priority > highestPriority) { in preferHighPriority()