HomeSort by relevance Sort by last modified time
    Searched refs:buildSetAggregationMode (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDelta.java 479 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED);
483 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT);
499 protected Builder buildSetAggregationMode(Long beforeId, int mode) {
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 417 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED);
421 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT);
437 protected Builder buildSetAggregationMode(Long beforeId, int mode) {

Completed in 58 milliseconds