INNER CODE UNIT · Java

appNotRespondingViaProvider

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

	public void appNotRespondingViaProvider(final IContentProvider icp) { throw new UnsupportedOperationException("appNotRespondingViaProvider"); }

	/* Pure stubs without final and static methods */

	public ContentResolver(Context context) {
		throw new RuntimeException("Stub!");
	}

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

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…