Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/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
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntityDelta.java417 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED); in buildDiff()
421 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT); in buildDiff()
437 protected Builder buildSetAggregationMode(Long beforeId, int mode) { in buildSetAggregationMode() method in EntityDelta