Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DProfileAggregator.java64 aggregateContact(txContext, db, rawContactId); in onRawContactInsert()
74 public void aggregateContact(TransactionContext txContext, SQLiteDatabase db, in aggregateContact() method in ProfileAggregator
DContactAggregator.java489 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/
DContactsProvider2.java4653 aggregator.aggregateContact(mTransactionContext.get(), db, rawContactId1); in updateAggregationException()
4654 aggregator.aggregateContact(mTransactionContext.get(), db, rawContactId2); in updateAggregationException()