HomeSort by relevance Sort by last modified time
    Searched defs:aggregateContact (Results 1 - 4 of 4) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ProfileAggregator.java 64 aggregateContact(txContext, db, rawContactId);
74 public void aggregateContact(TransactionContext txContext, SQLiteDatabase db,
ContactAggregator.java 79 synchronized void aggregateContact(TransactionContext txContext, SQLiteDatabase db,
84 Log.v(TAG, "aggregateContact: rid=" + rawContactId + " cid=" + currentContactId);
    [all...]
ContactAggregator2.java 91 synchronized void aggregateContact(TransactionContext txContext, SQLiteDatabase db,
103 Log.v(TAG, "aggregateContact: rid=" + rawContactId + " cid=" + currentContactId);
    [all...]
AbstractContactAggregator.java 485 aggregateContact(txContext, db, rawContactIds[i], accountIds[i], contactIds[i],
525 aggregateContact(txContext, mDbHelper.getWritableDatabase(), rawContactId);
670 public void aggregateContact(
693 aggregateContact(txContext, db, rawContactId, accountId, contactId,
731 abstract void aggregateContact(TransactionContext txContext, SQLiteDatabase db,
    [all...]

Completed in 596 milliseconds