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/
DContactAggregator.java546 final int effectiveAggregationMode; in markForAggregation() local
551 effectiveAggregationMode = mRawContactsMarkedForAggregation.get(rawContactId); in markForAggregation()
553 effectiveAggregationMode = aggregationMode; in markForAggregation()
558 effectiveAggregationMode = aggregationMode; in markForAggregation()
561 mRawContactsMarkedForAggregation.put(rawContactId, effectiveAggregationMode); in markForAggregation()