Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator.java194 createContactForRawContacts(db, txContext, Sets.newHashSet(rawContactId), null); in aggregateContact()
427 createContactForRawContacts(db, txContext, connectedRawContactSets.iterator().next(), in reAggregateRawContacts()
434 createContactForRawContacts(db, txContext, connectedRawContactIds, in reAggregateRawContacts()
447 createContactForRawContacts(db, txContext, connectedRawContactIds, null); in reAggregateRawContacts()
450 createContactForRawContacts(db, txContext, connectedRawContactIds, contactId); in reAggregateRawContacts()
DContactAggregator2.java173 createContactForRawContacts(db, txContext, Sets.newHashSet(rawContactId), null); in aggregateContact()
365 createContactForRawContacts(db, txContext, connectedRawContactIds, contactId); in reAggregateRawContacts()
DAbstractContactAggregator.java864 protected final void createContactForRawContacts(SQLiteDatabase db, in createContactForRawContacts() method in AbstractContactAggregator