Searched refs:markForAggregation (Results 1 – 2 of 2) sorted by relevance
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 509 markForAggregation(rawContactId, aggregationMode, false); in triggerAggregation() 539 public final void markForAggregation(long rawContactId, int aggregationMode, boolean force) { in markForAggregation() method in AbstractContactAggregator 585 markForAggregation(rawContactId, aggregationMode, true); in markContactForAggregation()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | ContactsProvider2.java | 4942 aggregator.markForAggregation(rawContactId, aggregationMode, false); in updateRawContact() 5203 aggregator.markForAggregation(rawContactId1, RawContacts.AGGREGATION_MODE_DEFAULT, true); in updateAggregationException() 5204 aggregator.markForAggregation(rawContactId2, RawContacts.AGGREGATION_MODE_DEFAULT, true); in updateAggregationException()
|