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.java148 final int firstBatch = diff.size(); in buildDiff() local
150 backRefs[rawContactIndex++] = isInsert ? firstBatch : -1; in buildDiff()
164 AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff()
180 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff()
185 firstInsertRow = firstBatch; in buildDiff()
192 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff()
/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()