Home | History | Annotate | Download | only in content

Lines Matching refs:acquireExistingProvider

183     protected IContentProvider acquireExistingProvider(Context c, String name) {
197 IContentProvider provider = acquireExistingProvider(url);
761 public final IContentProvider acquireExistingProvider(Uri uri) {
767 return acquireExistingProvider(mContext, uri.getAuthority());