INNER CODE UNIT · Java
applyBatch
oasisfeng/island · fileprovider/src/main/java/android/content/ContentResolver.java:47
public ContentProviderResult[] applyBatch(String authority, ArrayList<ContentProviderOperation> operations) throws RemoteException, OperationApplicationException {
throw new RuntimeException("Stub!");
}
public void notifyChange(Uri uri, ContentObserver observer) {
throw new RuntimeException("Stub!");
}
public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) {
throw new RuntimeException("Stub!");
}
public void notifyChange(Uri uri, ContentObserver observer, int flags) {
throw new RuntimeException("Stub!");
}
public void takePersistableUriPermission(Uri uri, int modeFlags) {
throw new RuntimeException("Stub!");