HomeSort by relevance Sort by last modified time
    Searched defs:aggregateContact (Results 1 - 2 of 2) 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 460 aggregateContact(txContext, db, rawContactIds[i], accountIds[i], contactIds[i],
500 aggregateContact(txContext, mDbHelper.getWritableDatabase(), rawContactId);
642 public void aggregateContact(
666 aggregateContact(txContext, db, rawContactId, accountId, contactId,
704 private synchronized void aggregateContact(TransactionContext txContext, SQLiteDatabase db,
709 Log.v(TAG, "aggregateContact: rid=" + rawContactId + " cid=" + currentContactId);
    [all...]

Completed in 26 milliseconds