Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java1330 List<MatchScore> bestMatches = in updateAggregationAfterVisibilityChange() local
2655 List<MatchScore> bestMatches = findMatchingContacts(db, contactId, parameters); in queryAggregationSuggestions() local
2675 String[] projection, List<MatchScore> bestMatches, int maxSuggestions, String filter) { in queryMatchingContacts()