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 HashMap<Long, Integer> mRawContactsMarkedForAggregation = Maps.newHashMap(); field in AbstractContactAggregator
428 final int markedCount = mRawContactsMarkedForAggregation.size(); in aggregateInTransaction()
449 for (long rawContactId : mRawContactsMarkedForAggregation.keySet()) { in aggregateInTransaction()
535 mRawContactsMarkedForAggregation = Maps.newHashMap(); in clearPendingAggregations()
539 mRawContactsMarkedForAggregation.put(rawContactId, aggregationMode); in markNewForAggregation()
544 if (!force && mRawContactsMarkedForAggregation.containsKey(rawContactId)) { in markForAggregation()
548 effectiveAggregationMode = mRawContactsMarkedForAggregation.get(rawContactId); in markForAggregation()
558 mRawContactsMarkedForAggregation.put(rawContactId, effectiveAggregationMode); in markForAggregation()
624 mRawContactsMarkedForAggregation.put(rawContactId, in markAllVisibleForAggregation()
DContactAggregator.java89 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId); in aggregateContact()
DContactAggregator2.java108 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId); in aggregateContact()