Searched refs:bestMatches (Results 1 – 3 of 3) sorted by relevance
1966 List<MatchScore> bestMatches = findMatchingContacts(db, contactId, parameters); in queryAggregationSuggestions() local1969 for (MatchScore bestMatch : bestMatches) { in queryAggregationSuggestions()1996 String[] projection, List<MatchScore> bestMatches, int maxSuggestions, String filter) { in queryMatchingContacts() argument2000 for (int i = 0; i < bestMatches.size(); i++) { in queryMatchingContacts()2001 MatchScore matchScore = bestMatches.get(i); in queryMatchingContacts()2027 Iterator<MatchScore> iter = bestMatches.iterator(); in queryMatchingContacts()2037 if (bestMatches.size() > maxSuggestions) { in queryMatchingContacts()2038 limitedMatches = bestMatches.subList(0, maxSuggestions); in queryMatchingContacts()2040 limitedMatches = bestMatches; in queryMatchingContacts()
492 List<MatchScore> bestMatches = in updateAggregationAfterVisibilityChange() local494 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()501 bestMatches = in updateAggregationAfterVisibilityChange()503 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()
477 List<MatchScore> bestMatches = in updateAggregationAfterVisibilityChange() local479 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()486 bestMatches = in updateAggregationAfterVisibilityChange()488 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()