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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java512 markForAggregation(rawContactId, aggregationMode, false);
542 public final void markForAggregation(long rawContactId, int aggregationMode, boolean force) { method in class:AbstractContactAggregator
588 markForAggregation(rawContactId, aggregationMode, true);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsProvider2.java4621 aggregator.markForAggregation(rawContactId, aggregationMode, false);
4918 aggregator.markForAggregation(rawContactId1, RawContacts.AGGREGATION_MODE_DEFAULT, true);
4919 aggregator.markForAggregation(rawContactId2, RawContacts.AGGREGATION_MODE_DEFAULT, true);

Completed in 153 milliseconds