Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java425 final Set<Set<Long>> connectedRawContactSets = findConnectedRawContacts(db, allIds); in reAggregateRawContacts()
DContactAggregator2.java321 final Set<Set<Long>> connectedRawContactSets = findConnectedRawContacts(db, allIds); in reAggregateRawContacts()
DAbstractContactAggregator.java823 protected final Set<Set<Long>> findConnectedRawContacts(SQLiteDatabase db, Set<Long> in findConnectedRawContacts() method in AbstractContactAggregator