Searched refs:createContactForRawContacts (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregator.java | 196 createContactForRawContacts(db, txContext, Sets.newHashSet(rawContactId), null); in aggregateContact() 429 createContactForRawContacts(db, txContext, connectedRawContactSets.iterator().next(), in reAggregateRawContacts() 436 createContactForRawContacts(db, txContext, connectedRawContactIds, in reAggregateRawContacts() 449 createContactForRawContacts(db, txContext, connectedRawContactIds, null); in reAggregateRawContacts() 452 createContactForRawContacts(db, txContext, connectedRawContactIds, contactId); in reAggregateRawContacts()
|
D | ContactAggregator2.java | 175 createContactForRawContacts(db, txContext, Sets.newHashSet(rawContactId), null); in aggregateContact() 367 createContactForRawContacts(db, txContext, connectedRawContactIds, contactId); in reAggregateRawContacts()
|
D | AbstractContactAggregator.java | 867 protected final void createContactForRawContacts(SQLiteDatabase db, in createContactForRawContacts() method in AbstractContactAggregator
|