Searched defs:aggregateContact (Results 1 - 4 of 4) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DProfileAggregator.java64 aggregateContact(txContext, db, rawContactId);
74 public void aggregateContact(TransactionContext txContext, SQLiteDatabase db, method in class:ProfileAggregator
H A DContactAggregator.java79 synchronized void aggregateContact(TransactionContext txContext, SQLiteDatabase db, method in class:ContactAggregator
84 Log.v(TAG, "aggregateContact: rid=" + rawContactId + " cid=" + currentContactId);
H A DContactAggregator2.java91 synchronized void aggregateContact(TransactionContext txContext, SQLiteDatabase db, method in class:ContactAggregator2
103 Log.v(TAG, "aggregateContact: rid=" + rawContactId + " cid=" + currentContactId);
H A DAbstractContactAggregator.java486 aggregateContact(txContext, db, rawContactIds[i], accountIds[i], contactIds[i],
526 aggregateContact(txContext, mDbHelper.getWritableDatabase(), rawContactId);
671 public void aggregateContact( method in class:AbstractContactAggregator
694 aggregateContact(txContext, db, rawContactId, accountId, contactId,
732 abstract void aggregateContact(TransactionContext txContext, SQLiteDatabase db, method in class:AbstractContactAggregator

Completed in 57 milliseconds