Home
last modified time | relevance | path

Searched refs:markedCount (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java429 final int markedCount = mRawContactsMarkedForAggregation.size(); in aggregateInTransaction() local
430 if (markedCount == 0) { in aggregateInTransaction()
436 Log.d(TAG, "aggregateInTransaction for " + markedCount + " contacts"); in aggregateInTransaction()
439 EventLog.writeEvent(LOG_SYNC_CONTACTS_AGGREGATION, start, -markedCount); in aggregateInTransaction()