HomeSort by relevance Sort by last modified time
    Searched refs:mRawContactsMarkedForAggregation (Results 1 - 3 of 3) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java 172 protected HashMap<Long, Integer> mRawContactsMarkedForAggregation = Maps.newHashMap();
427 final int markedCount = mRawContactsMarkedForAggregation.size();
448 for (long rawContactId : mRawContactsMarkedForAggregation.keySet()) {
534 mRawContactsMarkedForAggregation = Maps.newHashMap();
538 mRawContactsMarkedForAggregation.put(rawContactId, aggregationMode);
543 if (!force && mRawContactsMarkedForAggregation.containsKey(rawContactId)) {
547 effectiveAggregationMode = mRawContactsMarkedForAggregation.get(rawContactId);
557 mRawContactsMarkedForAggregation.put(rawContactId, effectiveAggregationMode);
600 * - Also put them into {@link #mRawContactsMarkedForAggregation}.
623 mRawContactsMarkedForAggregation.put(rawContactId
    [all...]
ContactAggregator.java 89 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId);
    [all...]
ContactAggregator2.java 108 Integer aggModeObject = mRawContactsMarkedForAggregation.remove(rawContactId);
    [all...]

Completed in 137 milliseconds