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.java1957 List<MatchScore> bestMatches = findMatchingContacts(db, contactId, parameters); in queryAggregationSuggestions() local
1960 for (MatchScore bestMatch : bestMatches) { in queryAggregationSuggestions()
1987 String[] projection, List<MatchScore> bestMatches, int maxSuggestions, String filter) { in queryMatchingContacts() argument
1991 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()
DContactAggregator.java490 List<MatchScore> bestMatches = in updateAggregationAfterVisibilityChange() local
492 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()
499 bestMatches = in updateAggregationAfterVisibilityChange()
501 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()
DContactAggregator2.java475 List<MatchScore> bestMatches = in updateAggregationAfterVisibilityChange() local
477 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()
484 bestMatches = in updateAggregationAfterVisibilityChange()
486 for (MatchScore matchScore : bestMatches) { in updateAggregationAfterVisibilityChange()