INNER CODE UNIT · Java

refresh

oasisfeng/island · fileprovider/src/main/java/android/content/ContentResolver.java:111

	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!");
	}

	public final OutputStream openOutputStream(Uri uri, String mode) throws FileNotFoundException {
		throw new RuntimeException("Stub!");
	}

	public final ParcelFileDescriptor openFileDescriptor(Uri uri, String mode) throws FileNotFoundException {
		throw new RuntimeException("Stub!");

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…