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.java543 final int effectiveAggregationMode; in markForAggregation() local
548 effectiveAggregationMode = mRawContactsMarkedForAggregation.get(rawContactId); in markForAggregation()
550 effectiveAggregationMode = aggregationMode; in markForAggregation()
555 effectiveAggregationMode = aggregationMode; in markForAggregation()
558 mRawContactsMarkedForAggregation.put(rawContactId, effectiveAggregationMode); in markForAggregation()