Home
last modified time | relevance | path

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

/frameworks/base/services/usb/java/com/android/server/usb/
DUsbProfileGroupSettingsManager.java617 SparseArray<ArrayList<ResolveInfo>> highestPriorityMatchesByUserId = new SparseArray<>(); in preferHighPriority() local
636 highestPriorityMatchesByUserId.put(match.targetUserId, new ArrayList<>()); in preferHighPriority()
641 ArrayList<ResolveInfo> highestPriorityMatches = highestPriorityMatchesByUserId.get( in preferHighPriority()
658 int numMatchArrays = highestPriorityMatchesByUserId.size(); in preferHighPriority()
660 combinedMatches.addAll(highestPriorityMatchesByUserId.valueAt(matchArrayNum)); in preferHighPriority()