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/
RawContactDeltaList.java 135 int firstInsertRow = -1;
184 } else if (firstInsertRow == -1) {
186 firstInsertRow = firstBatch;
192 firstInsertRow);

Completed in 82 milliseconds