Searched refs:operationList (Results 1 – 4 of 4) sorted by relevance
218 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 …]
81 private Uri pushIntoContentResolver(ArrayList<ContentProviderOperation> operationList) { in pushIntoContentResolver() argument84 ContactsContract.AUTHORITY, operationList); in pushIntoContentResolver()
354 ArrayList<ContentProviderOperation> operationList = in testConstructInsertOperationsInsertName() local356 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() local373 entry.constructInsertOperations(resolver, operationList); in testConstructInsertOperationsEmptyData()374 assertEquals(0, operationList.size()); in testConstructInsertOperationsEmptyData()
152 final ArrayList<ContentProviderOperation> operationList = in actuallyImportOneSimContact() local163 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()