Searched refs:cph (Results 1 – 2 of 2) sorted by relevance
6942 ContentProviderHolder cph = installProvider(context, null, cpi, in installContentProviders() local6944 if (cph != null) { in installContentProviders()6945 cph.noReleaseNeeded = true; in installContentProviders()6946 results.add(cph); in installContentProviders()
6262 ContentProviderHolder cph = mCpHelper.getContentProviderExternalUnchecked(name, null, in openContentUri() local6265 if (cph != null) { in openContentUri()6287 pfd = cph.provider.openFile(attributionSource, uri, "r", null); in openContentUri()