Searched refs:findMatchingContacts (Results 1 – 3 of 3) sorted by relevance
894 protected List<MatchScore> findMatchingContacts(final SQLiteDatabase db, long contactId, in findMatchingContacts() method in ContactAggregator
1954 List<MatchScore> bestMatches = findMatchingContacts(db, contactId, parameters); in queryAggregationSuggestions()2070 protected abstract List<MatchScore> findMatchingContacts(final SQLiteDatabase db, in findMatchingContacts() method in AbstractContactAggregator
807 protected List<MatchScore> findMatchingContacts(final SQLiteDatabase db, long contactId, in findMatchingContacts() method in ContactAggregator2