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

  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
EntitySet.java 132 final int firstBatch = diff.size();
133 backRefs[rawContactIndex++] = firstBatch;
146 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
151 firstInsertRow = firstBatch;
157 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java 144 final int firstBatch = diff.size();
146 backRefs[rawContactIndex++] = isInsert ? firstBatch : -1;
160 AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
176 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
181 firstInsertRow = firstBatch;
188 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);

Completed in 30 milliseconds