Searched refs:mRawContactsMarkedForAggregation (Results 1 – 3 of 3) sorted by relevance
171 protected ArrayMap<Long, Integer> mRawContactsMarkedForAggregation = new ArrayMap<>(); field in AbstractContactAggregator425 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()
87 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId); in aggregateContact()
106 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId); in aggregateContact()