Searched refs:applyBatch (Results 1 – 5 of 5) sorted by relevance
106 protected ContentProviderResult[] applyBatch(ArrayList<ContentProviderOperation> operations) in applyBatch() method in ShadowContentProviderClient108 return provider.applyBatch(operations); in applyBatch()
433 protected ContentProviderResult[] applyBatch(438 return provider.applyBatch(operations);
117 client.applyBatch(ops); in shouldDelegateToContentProvider()118 verify(provider).applyBatch(ops); in shouldDelegateToContentProvider()
424 contentResolver.applyBatch("registeredProvider", new ArrayList<>(contentProviderOperations)); in applyBatchForRegisteredProvider()453 ContentProviderResult[] result = contentResolver.applyBatch(AUTHORITY, operations); in applyBatchForUnregisteredProvider()
373 context.getContentResolver().applyBatch(EABContract.AUTHORITY, ops); in exceuteDB()