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.java171 protected ArrayMap<Long, Integer> mRawContactsMarkedForAggregation = new ArrayMap<>(); field in AbstractContactAggregator
425 final int markedCount = mRawContactsMarkedForAggregation.size(); in aggregateInTransaction()
446 for (long rawContactId : mRawContactsMarkedForAggregation.keySet()) { in aggregateInTransaction()
532 mRawContactsMarkedForAggregation = new ArrayMap<>(); in clearPendingAggregations()
536 mRawContactsMarkedForAggregation.put(rawContactId, aggregationMode); in markNewForAggregation()
541 if (!force && mRawContactsMarkedForAggregation.containsKey(rawContactId)) { in markForAggregation()
545 effectiveAggregationMode = mRawContactsMarkedForAggregation.get(rawContactId); in markForAggregation()
555 mRawContactsMarkedForAggregation.put(rawContactId, effectiveAggregationMode); in markForAggregation()
621 mRawContactsMarkedForAggregation.put(rawContactId, in markAllVisibleForAggregation()
DContactAggregator.java87 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId); in aggregateContact()
DContactAggregator2.java106 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId); in aggregateContact()