Searched refs:cph (Results 1 – 2 of 2) sorted by relevance
7347 ContentProviderHolder cph = installProvider(context, null, cpi, in installContentProviders() local7349 if (cph != null) { in installContentProviders()7350 cph.noReleaseNeeded = true; in installContentProviders()7351 results.add(cph); in installContentProviders()
7125 ContentProviderHolder cph = mCpHelper.getContentProviderExternalUnchecked(name, null, in openContentUri() local7128 if (cph != null) { in openContentUri()7160 pfd = cph.provider.openFile(attributionSource, uri, "r", null); in openContentUri()