Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java2655 List<MatchScore> bestMatches = findMatchingContacts(db, contactId, parameters); in queryAggregationSuggestions()
2761 private List<MatchScore> findMatchingContacts(final SQLiteDatabase db, long contactId, in findMatchingContacts() method in ContactAggregator