INNER CODE UNIT · Java

insert

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

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

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

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…