Searched refs:highestPriority (Results 1 – 4 of 4) sorted by relevance
503 ClientPriority highestPriority = priority; in wouldEvictLocked() local506 if (curPriority <= highestPriority) { in wouldEvictLocked()507 highestPriority = curPriority; in wouldEvictLocked()512 if (highestPriority == priority) { in wouldEvictLocked()
1970 int highestPriority = updateAndGetOwnerClientPriority(clientId); in getFrontendHighestClientPriority() local1975 if (priority > highestPriority) { in getFrontendHighestClientPriority()1976 highestPriority = priority; in getFrontendHighestClientPriority()1979 return highestPriority; in getFrontendHighestClientPriority()
812 int highestPriority = highestPriorityByUserId.get(match.targetUserId); in preferHighPriority() local816 if (match.priority == highestPriority) { in preferHighPriority()818 } else if (match.priority > highestPriority) { in preferHighPriority()
613 NotificationEntry highestPriority = getHighestPriorityNotification(allNotifications); in augmentTileFromNotifications() local616 return augmentTileFromNotification(mContext, tile, key, highestPriority, messagesCount, in augmentTileFromNotifications()