INNER CODE UNIT · Java

openTypedAssetFileDescriptor

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

	public final AssetFileDescriptor openTypedAssetFileDescriptor(Uri uri, String mimeType, Bundle opts) throws FileNotFoundException {
		throw new RuntimeException("Stub!");
	}

	public final AssetFileDescriptor openTypedAssetFileDescriptor(Uri uri, String mimeType, Bundle opts, CancellationSignal cancellationSignal) throws FileNotFoundException {
		throw new RuntimeException("Stub!");
	}

	public final Uri insert(Uri url, ContentValues values) {
		throw new RuntimeException("Stub!");
	}

	public final int bulkInsert(Uri url, ContentValues[] values) {
		throw new RuntimeException("Stub!");
	}

	public final int delete(Uri url, String where, String[] selectionArgs) {
		throw new RuntimeException("Stub!");

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…