Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java149 final int firstBatch = diffWrapper.size(); in buildDiffWrapper() local
151 backRefs[rawContactIndex++] = isInsert ? firstBatch : -1; in buildDiffWrapper()
165 AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiffWrapper()
181 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiffWrapper()
186 firstInsertRow = firstBatch; in buildDiffWrapper()
193 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiffWrapper()
/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()