Searched refs:beforeId (Results 1 – 1 of 1) sorted by relevance
354 final Long beforeId = mValues.getId(); in buildAssert() local356 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() local399 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() argument428 builder.withSelection(RawContacts._ID + "=" + beforeId, null); in buildSetAggregationMode()