Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDelta.java509 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED); in buildDiff()
513 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT); in buildDiff()
583 buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED); in buildDiffWrapper()
587 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT); in buildDiffWrapper()
603 protected Builder buildSetAggregationMode(Long beforeId, int mode) { in buildSetAggregationMode() method in RawContactDelta