Home
last modified time | relevance | path

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

/frameworks/av/services/camera/libcameraservice/utils/
DClientManager.h503 ClientPriority highestPriority = priority; in wouldEvictLocked() local
506 if (curPriority <= highestPriority) { in wouldEvictLocked()
507 highestPriority = curPriority; in wouldEvictLocked()
512 if (highestPriority == priority) { in wouldEvictLocked()
/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
DTunerResourceManagerService.java1970 int highestPriority = updateAndGetOwnerClientPriority(clientId); in getFrontendHighestClientPriority() local
1975 if (priority > highestPriority) { in getFrontendHighestClientPriority()
1976 highestPriority = priority; in getFrontendHighestClientPriority()
1979 return highestPriority; in getFrontendHighestClientPriority()
/frameworks/base/services/usb/java/com/android/server/usb/
DUsbProfileGroupSettingsManager.java812 int highestPriority = highestPriorityByUserId.get(match.targetUserId); in preferHighPriority() local
816 if (match.priority == highestPriority) { in preferHighPriority()
818 } else if (match.priority > highestPriority) { in preferHighPriority()
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManager.java613 NotificationEntry highestPriority = getHighestPriorityNotification(allNotifications); in augmentTileFromNotifications() local
616 return augmentTileFromNotification(mContext, tile, key, highestPriority, messagesCount, in augmentTileFromNotifications()