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.java513 markForAggregation(rawContactId, aggregationMode, false); in triggerAggregation()
543 public final void markForAggregation(long rawContactId, int aggregationMode, boolean force) { in markForAggregation() method in AbstractContactAggregator
589 markForAggregation(rawContactId, aggregationMode, true); in markContactForAggregation()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java4517 aggregator.markForAggregation(rawContactId, aggregationMode, false); in updateRawContact()
4781 aggregator.markForAggregation(rawContactId1, RawContacts.AGGREGATION_MODE_DEFAULT, true); in updateAggregationException()
4782 aggregator.markForAggregation(rawContactId2, RawContacts.AGGREGATION_MODE_DEFAULT, true); in updateAggregationException()