OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/java/com/android/server/
AlarmManagerService.java
660
final Batch
firstBatch
= mAlarmBatches.get(0);
665
if (
firstBatch
!= firstWakeup && mNextNonWakeup !=
firstBatch
.start) {
666
mNextNonWakeup =
firstBatch
.start;
667
setLocked(ELAPSED_REALTIME,
firstBatch
.start);
[
all
...]
Completed in 205 milliseconds