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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java717 long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates,
721 Log.v(TAG, "aggregateContact: rid=" + rawContactId + " cid=" + currentContactId);
743 if (currentContactId == 0
744 || mDbHelper.isContactInDefaultDirectory(db, currentContactId)) {
751 if (contactId != -1 && contactId != currentContactId &&
761 // # of raw_contacts in the [currentContactId] contact excluding the [rawContactId]
765 if (currentContactId != 0) {
766 mRawContactCountQuery.bindLong(1, currentContactId);
774 && currentContactId != 0
777 contactId = currentContactId;
716 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates, ContactMatcher matcher) argument
[all...]

Completed in 12 milliseconds