Searched refs:beforeId (Results 1 – 1 of 1) sorted by relevance
439 final Long beforeId = mValues.getId(); in buildAssertHelper() local441 if (beforeId == null || beforeVersion == null) return builder; in buildAssertHelper()443 builder.withSelection(RawContacts._ID + "=" + beforeId, null); in buildAssertHelper()461 final Long beforeId = mValues.getId(); in buildDiff() local496 builder.withValue(Data.RAW_CONTACT_ID, beforeId); in buildDiff()509 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED); in buildDiff()513 builder = buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_DEFAULT); in buildDiff()536 final Long beforeId = mValues.getId(); in buildDiffWrapper() local569 bw.getBuilder().withValue(Data.RAW_CONTACT_ID, beforeId); in buildDiffWrapper()583 buildSetAggregationMode(beforeId, RawContacts.AGGREGATION_MODE_SUSPENDED); in buildDiffWrapper()[all …]