Searched refs:getTypeAnonymousAsync (Results 1 – 6 of 6) sorted by relevance
95 public void getTypeAnonymousAsync(Uri uri, RemoteCallback callback) throws RemoteException { in getTypeAnonymousAsync() method in MockContentProvider.InversionIContentProvider96 MockContentProvider.this.getTypeAnonymousAsync(uri, callback); in getTypeAnonymousAsync()265 public void getTypeAnonymousAsync(Uri uri, RemoteCallback remoteCallback) { in getTypeAnonymousAsync() method in MockContentProvider
84 public void getTypeAnonymousAsync(Uri uri, RemoteCallback remoteCallback) { in getTypeAnonymousAsync() method in MockIContentProvider
83 void getTypeAnonymousAsync(Uri uri, RemoteCallback callback) throws RemoteException; in getTypeAnonymousAsync() method
167 getTypeAnonymousAsync(url, callback); in onTransact()557 /* oneway */ public void getTypeAnonymousAsync(Uri uri, RemoteCallback callback) in getTypeAnonymousAsync() method in ContentProviderProxy
409 public void getTypeAnonymousAsync(Uri uri, RemoteCallback callback) { in getTypeAnonymousAsync() method in ContentProvider.Transport
1025 holder.provider.getTypeAnonymousAsync(uri, new RemoteCallback(result -> { in getMimeTypeFilterAsync()