HomeSort by relevance Sort by last modified time
    Searched defs:beforeId (Results 1 - 4 of 4) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/model/
RawContactDelta.java 439 final Long beforeId = mValues.getId();
441 if (beforeId == null || beforeVersion == null) return builder;
443 builder.withSelection(RawContacts._ID + "=" + beforeId, null);
461 final Long beforeId = mValues.getId();
496 builder.withValue(Data.RAW_CONTACT_ID, beforeId);
509 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED);
513 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT);
536 final Long beforeId = mValues.getId();
569 bw.getBuilder().withValue(Data.RAW_CONTACT_ID, beforeId);
583 buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED)
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntityDelta.java 352 final Long beforeId = mValues.getId();
354 if (beforeId == null || beforeVersion == null) return;
358 builder.withSelection(RawContacts._ID + "=" + beforeId, null);
376 final Long beforeId = mValues.getId();
404 builder.withValue(Data.RAW_CONTACT_ID, beforeId);
417 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED);
421 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT);
437 protected Builder buildSetAggregationMode(Long beforeId, int mode) {
440 builder.withSelection(RawContacts._ID + "=" + beforeId, null);
  /prebuilts/sdk/26/
android.jar 
  /prebuilts/sdk/27/
android.jar 

Completed in 165 milliseconds