Searched refs:mRawContactsMarkedForAggregation (Results 1 – 3 of 3) sorted by relevance
173 protected ArrayMap<Long, Integer> mRawContactsMarkedForAggregation = new ArrayMap<>(); field in AbstractContactAggregator428 final int markedCount = mRawContactsMarkedForAggregation.size(); in aggregateInTransaction()449 for (long rawContactId : mRawContactsMarkedForAggregation.keySet()) { in aggregateInTransaction()535 mRawContactsMarkedForAggregation = new ArrayMap<>(); 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()
89 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId); in aggregateContact()
108 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId); in aggregateContact()