HomeSort by relevance Sort by last modified time
    Searched full:markedcount (Results 1 - 1 of 1) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 431 final int markedCount = mRawContactsMarkedForAggregation.size();
432 if (markedCount == 0) {
438 Log.d(TAG, "aggregateInTransaction for " + markedCount + " contacts");
441 EventLog.writeEvent(LOG_SYNC_CONTACTS_AGGREGATION, start, -markedCount);
    [all...]

Completed in 2163 milliseconds