HomeSort by relevance Sort by last modified time
    Searched refs:firstInsertRow (Results 1 - 2 of 2) sorted by null

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 118 int firstInsertRow = -1;
149 } else if (firstInsertRow == -1) {
151 firstInsertRow = firstBatch;
156 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, firstInsertRow);
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java 130 int firstInsertRow = -1;
179 } else if (firstInsertRow == -1) {
181 firstInsertRow = firstBatch;
187 firstInsertRow);

Completed in 24 milliseconds