Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DEntityDelta.java354 final Long beforeId = mValues.getId(); in buildAssert() local
356 if (beforeId == null || beforeVersion == null) return; in buildAssert()
360 builder.withSelection(RawContacts._ID + "=" + beforeId, null); in buildAssert()
378 final Long beforeId = mValues.getId(); in buildDiff() local
399 builder.withValue(Data.RAW_CONTACT_ID, beforeId); in buildDiff()
412 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED); in buildDiff()
416 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT); in buildDiff()
425 protected Builder buildSetAggregationMode(Long beforeId, int mode) { in buildSetAggregationMode() argument
428 builder.withSelection(RawContacts._ID + "=" + beforeId, null); in buildSetAggregationMode()