Searched refs:highestPriorityMatchesByUserId (Results 1 – 1 of 1) sorted by relevance
789 SparseArray<ArrayList<ResolveInfo>> highestPriorityMatchesByUserId = new SparseArray<>(); in preferHighPriority() local808 highestPriorityMatchesByUserId.put(match.targetUserId, new ArrayList<>()); in preferHighPriority()813 ArrayList<ResolveInfo> highestPriorityMatches = highestPriorityMatchesByUserId.get( in preferHighPriority()830 int numMatchArrays = highestPriorityMatchesByUserId.size(); in preferHighPriority()832 combinedMatches.addAll(highestPriorityMatchesByUserId.valueAt(matchArrayNum)); in preferHighPriority()