Home
last modified time | relevance | path

Searched refs:effectiveAggregationMode (Results 1 – 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java540 final int effectiveAggregationMode; in markForAggregation() local
545 effectiveAggregationMode = mRawContactsMarkedForAggregation.get(rawContactId); in markForAggregation()
547 effectiveAggregationMode = aggregationMode; in markForAggregation()
552 effectiveAggregationMode = aggregationMode; in markForAggregation()
555 mRawContactsMarkedForAggregation.put(rawContactId, effectiveAggregationMode); in markForAggregation()