Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1959 List<MatchScore> bestMatches = findMatchingContacts(db, contactId, parameters); in queryAggregationSuggestions() local
1962 for (MatchScore bestMatch : bestMatches) { in queryAggregationSuggestions()
1989 String[] projection, List<MatchScore> bestMatches, int maxSuggestions, String filter) { in queryMatchingContacts() argument
1993 for (int i = 0; i < bestMatches.size(); i++) { in queryMatchingContacts()
1994 MatchScore matchScore = bestMatches.get(i); in queryMatchingContacts()
2020 Iterator<MatchScore> iter = bestMatches.iterator(); in queryMatchingContacts()
2030 if (bestMatches.size() > maxSuggestions) { in queryMatchingContacts()
2031 limitedMatches = bestMatches.subList(0, maxSuggestions); in queryMatchingContacts()
2033 limitedMatches = bestMatches; in queryMatchingContacts()
DContactAggregator.java492 List<MatchScore> bestMatches = in updateAggregationAfterVisibilityChange() local
494 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()
501 bestMatches = in updateAggregationAfterVisibilityChange()
503 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()
DContactAggregator2.java477 List<MatchScore> bestMatches = in updateAggregationAfterVisibilityChange() local
479 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()
486 bestMatches = in updateAggregationAfterVisibilityChange()
488 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()