OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:firstinsertrow
(Results
1 - 2
of
2
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/
RawContactDeltaList.java
137
int
firstInsertRow
= -1;
186
} else if (
firstInsertRow
== -1) {
188
firstInsertRow
= firstBatch;
194
firstInsertRow
);
225
int
firstInsertRow
= -1;
274
} else if (
firstInsertRow
== -1) {
276
firstInsertRow
= firstBatch;
282
firstInsertRow
);
/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
);
Completed in 250 milliseconds