Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbProfileGroupSettingsManager.java618 SparseIntArray highestPriorityByUserId = new SparseIntArray(); in preferHighPriority() local
634 if (highestPriorityByUserId.indexOfKey(match.targetUserId) < 0) { in preferHighPriority()
635 highestPriorityByUserId.put(match.targetUserId, Integer.MIN_VALUE); in preferHighPriority()
640 int highestPriority = highestPriorityByUserId.get(match.targetUserId); in preferHighPriority()
647 highestPriorityByUserId.put(match.targetUserId, match.priority); in preferHighPriority()