Searched refs:bestMatches (Results 1 – 3 of 3) sorted by relevance
1957 List<MatchScore> bestMatches = findMatchingContacts(db, contactId, parameters); in queryAggregationSuggestions() local1960 for (MatchScore bestMatch : bestMatches) { in queryAggregationSuggestions()1987 String[] projection, List<MatchScore> bestMatches, int maxSuggestions, String filter) { in queryMatchingContacts() argument1991 for (int i = 0; i < bestMatches.size(); i++) { in queryMatchingContacts()1992 MatchScore matchScore = bestMatches.get(i); in queryMatchingContacts()2018 Iterator<MatchScore> iter = bestMatches.iterator(); in queryMatchingContacts()2028 if (bestMatches.size() > maxSuggestions) { in queryMatchingContacts()2029 limitedMatches = bestMatches.subList(0, maxSuggestions); in queryMatchingContacts()2031 limitedMatches = bestMatches; in queryMatchingContacts()
490 List<MatchScore> bestMatches = in updateAggregationAfterVisibilityChange() local492 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()499 bestMatches = in updateAggregationAfterVisibilityChange()501 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()
475 List<MatchScore> bestMatches = in updateAggregationAfterVisibilityChange() local477 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()484 bestMatches = in updateAggregationAfterVisibilityChange()486 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()