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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DContactAggregator2.java130 long currentContactContentsCount = 0;
135 currentContactContentsCount = mRawContactCountQuery.simpleQueryForLong();
156 && (currentContactContentsCount == 0
176 if (currentContactContentsCount > 0) {
187 currentContactContentsCount, matchingCandidates);
314 long currentContactContentsCount, RawContactMatchingCandidates matchingCandidates) {
340 (currentContactContentsCount == 0) ||
312 reAggregateRawContacts(TransactionContext txContext, SQLiteDatabase db, long currentCidForRawContact, long rawContactId, long accountId, long currentContactContentsCount, RawContactMatchingCandidates matchingCandidates) argument

Completed in 46 milliseconds