HomeSort by relevance Sort by last modified time
    Searched refs:firstBatch (Results 1 - 3 of 3) 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/
RawContactDeltaList.java 149 final int firstBatch = diffWrapper.size();
151 backRefs[rawContactIndex++] = isInsert ? firstBatch : -1;
165 AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
181 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
186 firstInsertRow = firstBatch;
193 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java     [all...]

Completed in 162 milliseconds