Add an operation to this batch
Fluid interface for adding a failure callback to this batch operation.
Fluid interface for adding a failure callback to this batch operation. The thrown exception is logged.
Fluid interface for adding a success callback to this batch operation.
Fluid interface for adding a success callback to this batch operation.
Fluid interface for adding a success callback to this batch
operation. The argument is the returned array of
ContentProviderResults.
Fluid interface for adding a failure callback to this batch operation.
Fluid interface for adding a failure callback to this batch operation. The argument is the exception that was thrown; this will typically be either an OperationApplicationException or a RemoteException.
The thrown exception will have already been logged whatever else the callback decides to do with it.
Action on ContentResolvers that applies a batch of
android.content.ContentProviderOperations. See also BatchScopeAction, which allows you to run a batch of, e.g.,SaveandDeleteORM actions on content mapped by the ORM to some content provider.