Searched refs:highestPriorityMatchesByUserId (Results 1 – 1 of 1) sorted by relevance
617 SparseArray<ArrayList<ResolveInfo>> highestPriorityMatchesByUserId = new SparseArray<>(); in preferHighPriority() local636 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()