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.java92 long rawContactId, long accountId, long currentContactId,
103 Log.v(TAG, "aggregateContact: rid=" + rawContactId + " cid=" + currentContactId);
118 if (currentContactId == 0
119 || mDbHelper.isContactInDefaultDirectory(db, currentContactId)) {
128 // # of raw_contacts in the [currentContactId] contact excluding the [rawContactId]
132 if (currentContactId != 0) {
133 mRawContactCountQuery.bindLong(1, currentContactId);
140 // [currentContactId] excluding the [rawContactId].
155 if (currentContactId != 0
177 updateAggregateData(txContext, currentContactId);
91 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates) argument
[all...]
H A DAbstractContactAggregator.java733 long rawContactId, long accountId, long currentContactId,
732 aggregateContact(TransactionContext txContext, SQLiteDatabase db, long rawContactId, long accountId, long currentContactId, MatchCandidateList candidates) argument

Completed in 160 milliseconds