Searched refs:aggregateContact (Results 1 – 3 of 3) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | ProfileAggregator.java | 64 aggregateContact(txContext, db, rawContactId); in onRawContactInsert() 74 public void aggregateContact(TransactionContext txContext, SQLiteDatabase db, in aggregateContact() method in ProfileAggregator
|
D | ContactAggregator.java | 489 aggregateContact(txContext, db, rawContactIds[i], accountIds[i], contactIds[i], in aggregateInTransaction() 529 aggregateContact(txContext, mDbHelper.getWritableDatabase(), rawContactId); in triggerAggregation() 671 public void aggregateContact( in aggregateContact() method in ContactAggregator 695 aggregateContact(txContext, db, rawContactId, accountId, contactId, in aggregateContact() 733 private synchronized void aggregateContact(TransactionContext txContext, SQLiteDatabase db, in aggregateContact() method in ContactAggregator
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4653 aggregator.aggregateContact(mTransactionContext.get(), db, rawContactId1); in updateAggregationException() 4654 aggregator.aggregateContact(mTransactionContext.get(), db, rawContactId2); in updateAggregationException()
|