HomeSort by relevance Sort by last modified time
    Searched full:effectiveaggregationmode (Results 1 - 1 of 1) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
AbstractContactAggregator.java 542 final int effectiveAggregationMode;
547 effectiveAggregationMode = mRawContactsMarkedForAggregation.get(rawContactId);
549 effectiveAggregationMode = aggregationMode;
554 effectiveAggregationMode = aggregationMode;
557 mRawContactsMarkedForAggregation.put(rawContactId, effectiveAggregationMode);
    [all...]

Completed in 103 milliseconds