Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java512 markForAggregation(rawContactId, aggregationMode, false); in triggerAggregation()
542 public final void markForAggregation(long rawContactId, int aggregationMode, boolean force) { in markForAggregation() method in AbstractContactAggregator
588 markForAggregation(rawContactId, aggregationMode, true); in markContactForAggregation()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4622 aggregator.markForAggregation(rawContactId, aggregationMode, false); in updateRawContact()
4919 aggregator.markForAggregation(rawContactId1, RawContacts.AGGREGATION_MODE_DEFAULT, true); in updateAggregationException()
4920 aggregator.markForAggregation(rawContactId2, RawContacts.AGGREGATION_MODE_DEFAULT, true); in updateAggregationException()