Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java1966 List<MatchScore> bestMatches = findMatchingContacts(db, contactId, parameters); in queryAggregationSuggestions()
2082 protected abstract List<MatchScore> findMatchingContacts(final SQLiteDatabase db, in findMatchingContacts() method in AbstractContactAggregator
DContactAggregator.java908 protected List<MatchScore> findMatchingContacts(final SQLiteDatabase db, long contactId, in findMatchingContacts() method in ContactAggregator
DContactAggregator2.java821 protected List<MatchScore> findMatchingContacts(final SQLiteDatabase db, long contactId, in findMatchingContacts() method in ContactAggregator2