HomeSort by relevance Sort by last modified time
    Searched full: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/ContactsCommon/src/com/android/contacts/common/model/
RawContactDeltaList.java 134 int firstInsertRow = -1;
183 } else if (firstInsertRow == -1) {
185 firstInsertRow = firstBatch;
191 firstInsertRow);

Completed in 891 milliseconds