INNER CODE UNIT · Java
canonicalize
oasisfeng/island · fileprovider/src/main/java/android/content/ContentResolver.java:103
public final Uri canonicalize(Uri url) {
throw new RuntimeException("Stub!");
}
public final Uri uncanonicalize(Uri url) {
throw new RuntimeException("Stub!");
}
public final boolean refresh(Uri url, Bundle args, CancellationSignal cancellationSignal) {
throw new RuntimeException("Stub!");
}
public final InputStream openInputStream(Uri uri) throws FileNotFoundException {
throw new RuntimeException("Stub!");
}
public final OutputStream openOutputStream(Uri uri) throws FileNotFoundException {
throw new RuntimeException("Stub!");