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/ContactsCommon/src/com/android/contacts/common/model/
RawContactDeltaList.java 148 final int firstBatch = diff.size();
150 backRefs[rawContactIndex++] = isInsert ? firstBatch : -1;
164 AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
180 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
185 firstInsertRow = firstBatch;
192 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch);
  /frameworks/base/services/core/java/com/android/server/
AlarmManagerService.java     [all...]

Completed in 485 milliseconds