OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:operationList
(Results
1 - 5
of
5
) sorted by null
/frameworks/opt/vcard/java/com/android/vcard/
VCardEntryCommitter.java
81
private Uri pushIntoContentResolver(ArrayList<ContentProviderOperation>
operationList
) {
84
ContactsContract.AUTHORITY,
operationList
);
VCardEntry.java
107
public void constructInsertOperation(List<ContentProviderOperation>
operationList
,
160
public void constructInsertOperation(List<ContentProviderOperation>
operationList
,
205
operationList
.add(builder.build());
320
public void constructInsertOperation(List<ContentProviderOperation>
operationList
,
335
operationList
.add(builder.build());
410
public void constructInsertOperation(List<ContentProviderOperation>
operationList
,
425
operationList
.add(builder.build());
553
public void constructInsertOperation(List<ContentProviderOperation>
operationList
,
590
operationList
.add(builder.build());
776
public void constructInsertOperation(List<ContentProviderOperation>
operationList
,
[
all
...]
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardEntryTests.java
354
ArrayList<ContentProviderOperation>
operationList
=
356
entry.constructInsertOperations(resolver,
operationList
);
360
assertEquals(2,
operationList
.size());
361
assertEquals(ContentProviderOperation.TYPE_INSERT,
operationList
.get(0).getType());
362
assertEquals(ContentProviderOperation.TYPE_INSERT,
operationList
.get(1).getType());
371
ArrayList<ContentProviderOperation>
operationList
=
373
entry.constructInsertOperations(resolver,
operationList
);
374
assertEquals(0,
operationList
.size());
/packages/services/Telephony/src/com/android/phone/
SimContacts.java
152
final ArrayList<ContentProviderOperation>
operationList
=
163
operationList
.add(builder.build());
169
operationList
.add(builder.build());
177
operationList
.add(builder.build());
186
operationList
.add(builder.build());
195
operationList
.add(builder.build());
199
resolver.applyBatch(ContactsContract.AUTHORITY,
operationList
);
/cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js
[
all
...]
Completed in 987 milliseconds