Searched refs:createContactForRawContacts (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 194 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()
|
D | ContactAggregator2.java | 173 createContactForRawContacts(db, txContext, Sets.newHashSet(rawContactId), null); in aggregateContact() 365 createContactForRawContacts(db, txContext, connectedRawContactIds, contactId); in reAggregateRawContacts()
|
D | AbstractContactAggregator.java | 864 protected final void createContactForRawContacts(SQLiteDatabase db, in createContactForRawContacts() method in AbstractContactAggregator
|