Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java829 findIdPairs(db, buildExceptionMatchingSql(rawContactIds, rawContactIds), in findConnectedRawContacts()
831 findIdPairs(db, buildIdentityMatchingSql(rawContactIds, rawContactIds, in findConnectedRawContacts()
833 findIdPairs(db, buildEmailMatchingSql(rawContactIds, rawContactIds, /* countOnly =*/false), in findConnectedRawContacts()
835 findIdPairs(db, buildPhoneMatchingSql(rawContactIds, rawContactIds, /* countOnly =*/false), in findConnectedRawContacts()
846 protected final void findIdPairs(SQLiteDatabase db, String query, in findIdPairs() method in AbstractContactAggregator
DContactAggregator2.java435 findIdPairs(db, buildExceptionMatchingSql(rawContacts, rawContacts), joinPairs); in breakComponentsByExceptions()