Home
last modified time | relevance | path

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

/packages/experimental/LoaderApp/src/com/android/loaderapp/model/
DEntitySet.java118 int firstInsertRow = -1; in buildDiff() local
149 } else if (firstInsertRow == -1) { in buildDiff()
151 firstInsertRow = firstBatch; in buildDiff()
156 … builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, firstInsertRow); in buildDiff()
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
DRawContactDeltaList.java134 int firstInsertRow = -1; in buildDiff() local
183 } else if (firstInsertRow == -1) { in buildDiff()
185 firstInsertRow = firstBatch; in buildDiff()
191 firstInsertRow); in buildDiff()