INNER CODE UNIT · Java

getStreamTypes

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

	public String[] getStreamTypes(Uri url, String mimeTypeFilter) {
		throw new RuntimeException("Stub!");
	}

	public ContentProviderResult[] applyBatch(String authority, ArrayList<ContentProviderOperation> operations) throws RemoteException, OperationApplicationException {
		throw new RuntimeException("Stub!");
	}

	public void notifyChange(Uri uri, ContentObserver observer) {
		throw new RuntimeException("Stub!");
	}

	public void notifyChange(Uri uri, ContentObserver observer, boolean syncToNetwork) {
		throw new RuntimeException("Stub!");
	}

	public void notifyChange(Uri uri, ContentObserver observer, int flags) {
		throw new RuntimeException("Stub!");

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…