Searched refs:cph (Results 1 – 2 of 2) sorted by relevance
6568 ContentProviderHolder cph = installProvider(context, null, cpi, in installContentProviders() local6570 if (cph != null) { in installContentProviders()6571 cph.noReleaseNeeded = true; in installContentProviders()6572 results.add(cph); in installContentProviders()
7872 ContentProviderHolder cph = getContentProviderExternalUnchecked(name, null, in openContentUri() local7875 if (cph != null) { in openContentUri()7887 pfd = cph.provider.openFile(null, uri, "r", null, token); in openContentUri()