Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1960 List<MatchScore> bestMatchesWithoutDuplicateContactIds = new ArrayList<>(); in queryAggregationSuggestions() local
1965 bestMatchesWithoutDuplicateContactIds.add(bestMatch); in queryAggregationSuggestions()
1969 return queryMatchingContacts(qb, db, projection, bestMatchesWithoutDuplicateContactIds, in queryAggregationSuggestions()