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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java173 protected ArrayMap<Long, Integer> mRawContactsMarkedForAggregation = new ArrayMap<>(); field in class:AbstractContactAggregator
428 final int markedCount = mRawContactsMarkedForAggregation.size();
449 for (long rawContactId : mRawContactsMarkedForAggregation.keySet()) {
535 mRawContactsMarkedForAggregation = new ArrayMap<>();
539 mRawContactsMarkedForAggregation.put(rawContactId, aggregationMode);
544 if (!force && mRawContactsMarkedForAggregation.containsKey(rawContactId)) {
548 effectiveAggregationMode = mRawContactsMarkedForAggregation.get(rawContactId);
558 mRawContactsMarkedForAggregation.put(rawContactId, effectiveAggregationMode);
601 * - Also put them into {@link #mRawContactsMarkedForAggregation}.
624 mRawContactsMarkedForAggregation
[all...]
H A DContactAggregator.java89 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId);
H A DContactAggregator2.java108 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId);

Completed in 426 milliseconds