Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDeltaList.java151 final int firstBatch = diff.size(); in buildDiff() local
153 backRefs[rawContactIndex++] = isInsert ? firstBatch : -1; in buildDiff()
167 AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff()
183 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff()
188 firstInsertRow = firstBatch; in buildDiff()
195 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff()
239 final int firstBatch = diffWrapper.size(); in buildDiffWrapper() local
241 backRefs[rawContactIndex++] = isInsert ? firstBatch : -1; in buildDiffWrapper()
255 AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiffWrapper()
271 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiffWrapper()
[all …]
/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntitySet.java132 final int firstBatch = diff.size(); in buildDiff() local
133 backRefs[rawContactIndex++] = firstBatch; in buildDiff()
146 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff()
151 firstInsertRow = firstBatch; in buildDiff()
157 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff()