Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbProfileGroupSettingsManager.java763 SparseArray<ArrayList<ResolveInfo>> highestPriorityMatchesByUserId = new SparseArray<>(); in preferHighPriority() local
782 highestPriorityMatchesByUserId.put(match.targetUserId, new ArrayList<>()); in preferHighPriority()
787 ArrayList<ResolveInfo> highestPriorityMatches = highestPriorityMatchesByUserId.get( in preferHighPriority()
804 int numMatchArrays = highestPriorityMatchesByUserId.size(); in preferHighPriority()
806 combinedMatches.addAll(highestPriorityMatchesByUserId.valueAt(matchArrayNum)); in preferHighPriority()