INNER CODE UNIT · Java

delete

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

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

	public final int update(Uri uri, ContentValues values, String where, String[] selectionArgs) {
		throw new RuntimeException("Stub!");
	}

	public final Bundle call(Uri uri, String method, String arg, Bundle extras) {
		throw new RuntimeException("Stub!");
	}

	public final ContentProviderClient acquireContentProviderClient(Uri uri) {
		throw new RuntimeException("Stub!");
	}

	public final ContentProviderClient acquireContentProviderClient(String name) {
		throw new RuntimeException("Stub!");

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…