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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator.java80 long rawContactId, long accountId, long currentContactId,
84 Log.v(TAG, "aggregateContact: rid=" + rawContactId + " cid=" + currentContactId);
109 if (currentContactId == 0
110 || mDbHelper.isContactInDefaultDirectory(db, currentContactId)) {
116 if (contactId != -1 && contactId != currentContactId) {
169 // # of raw_contacts in the [currentContactId] contact excluding the [rawContactId]
173 if (currentContactId != 0) {
174 mRawContactCountQuery.bindLong(1, currentContactId);
182 && currentContactId != 0
185 contactId = currentContactId;
79 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates) argument
416 reAggregateRawContacts(TransactionContext txContext, SQLiteDatabase db, long contactId, long currentContactId, long rawContactId, Set<Long> existingRawContactIds) argument
[all...]
H A DContactAggregator2.java90 long rawContactId, long accountId, long currentContactId,
101 Log.v(TAG, "aggregateContact: rid=" + rawContactId + " cid=" + currentContactId);
116 if (currentContactId == 0
117 || mDbHelper.isContactInDefaultDirectory(db, currentContactId)) {
126 // # of raw_contacts in the [currentContactId] contact excluding the [rawContactId]
130 if (currentContactId != 0) {
131 mRawContactCountQuery.bindLong(1, currentContactId);
138 // [currentContactId] excluding the [rawContactId].
153 if (currentContactId != 0
175 updateAggregateData(txContext, currentContactId);
89 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates) argument
[all...]
H A DAbstractContactAggregator.java722 long rawContactId, long accountId, long currentContactId,
721 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates) argument

Completed in 93 milliseconds