Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java173 protected ArrayMap<Long, Integer> mRawContactsMarkedForAggregation = new ArrayMap<>(); field in AbstractContactAggregator
429 final int markedCount = mRawContactsMarkedForAggregation.size(); in aggregateInTransaction()
450 for (long rawContactId : mRawContactsMarkedForAggregation.keySet()) { in aggregateInTransaction()
536 mRawContactsMarkedForAggregation = new ArrayMap<>(); in clearPendingAggregations()
540 mRawContactsMarkedForAggregation.put(rawContactId, aggregationMode); in markNewForAggregation()
545 if (!force && mRawContactsMarkedForAggregation.containsKey(rawContactId)) { in markForAggregation()
549 effectiveAggregationMode = mRawContactsMarkedForAggregation.get(rawContactId); in markForAggregation()
559 mRawContactsMarkedForAggregation.put(rawContactId, effectiveAggregationMode); in markForAggregation()
625 mRawContactsMarkedForAggregation.put(rawContactId, in markAllVisibleForAggregation()
DContactAggregator.java89 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId); in aggregateContact()
DContactAggregator2.java108 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId); in aggregateContact()