Home
last modified time | relevance | path

Searched refs:operationList (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java218 operationList.add(builder.build()); in constructInsertOperation()
348 operationList.add(builder.build()); in constructInsertOperation()
438 operationList.add(builder.build()); in constructInsertOperation()
603 operationList.add(builder.build()); in constructInsertOperation()
1725 mOperationList = operationList; in InsertOperationConstrutor()
2556 if (operationList == null) { in constructInsertOperations()
2561 return operationList; in constructInsertOperations()
2581 operationList.add(builder.build()); in constructInsertOperations()
2583 int start = operationList.size(); in constructInsertOperations()
2585 int end = operationList.size(); in constructInsertOperations()
[all …]
H A DVCardEntryCommitter.java81 private Uri pushIntoContentResolver(ArrayList<ContentProviderOperation> operationList) { in pushIntoContentResolver() argument
84 ContactsContract.AUTHORITY, operationList); in pushIntoContentResolver()
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardEntryTests.java354 ArrayList<ContentProviderOperation> operationList = in testConstructInsertOperationsInsertName() local
356 entry.constructInsertOperations(resolver, operationList); in testConstructInsertOperationsInsertName()
360 assertEquals(2, operationList.size()); in testConstructInsertOperationsInsertName()
361 assertEquals(ContentProviderOperation.TYPE_INSERT, operationList.get(0).getType()); in testConstructInsertOperationsInsertName()
362 assertEquals(ContentProviderOperation.TYPE_INSERT, operationList.get(1).getType()); in testConstructInsertOperationsInsertName()
371 ArrayList<ContentProviderOperation> operationList = in testConstructInsertOperationsEmptyData() local
373 entry.constructInsertOperations(resolver, operationList); in testConstructInsertOperationsEmptyData()
374 assertEquals(0, operationList.size()); in testConstructInsertOperationsEmptyData()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DSimContacts.java152 final ArrayList<ContentProviderOperation> operationList = in actuallyImportOneSimContact() local
163 operationList.add(builder.build()); in actuallyImportOneSimContact()
169 operationList.add(builder.build()); in actuallyImportOneSimContact()
177 operationList.add(builder.build()); in actuallyImportOneSimContact()
186 operationList.add(builder.build()); in actuallyImportOneSimContact()
195 operationList.add(builder.build()); in actuallyImportOneSimContact()
200 operationList); in actuallyImportOneSimContact()