Lines Matching refs:providers

723      * All of the currently running global content providers.  Keys are a
732 * All of the currently running global content providers. Keys are a
739 * List of content providers who have clients waiting for them. The
1621 // If this process contains content providers, we want to keep
5419 // Take care of any launching providers waiting for this process.
5521 List providers = normalMode ? generateApplicationProvidersLocked(app) : null;
5559 ? app.instrumentationInfo : app.info, providers,
7743 List providers = null;
7745 providers = ActivityThread.getPackageManager().
7750 if (providers != null) {
7751 final int N = providers.size();
7754 (ProviderInfo)providers.get(i);
7766 return providers;
7873 // content providers are often expensive to start.
8050 " provider not found in providers list");
8088 if(localLOGV) Slog.v(TAG, name+" content provider not found in providers list");
8103 List<ContentProviderHolder> providers) {
8104 if (providers == null) {
8114 + ") when publishing content providers");
8119 final int N = providers.size();
8121 ContentProviderHolder src = providers.get(i);
8157 List providers;
8160 providers = mSelf.generateApplicationProvidersLocked(app);
8161 if (providers != null) {
8162 for (int i=providers.size()-1; i>=0; i--) {
8163 ProviderInfo pi = (ProviderInfo)providers.get(i);
8167 providers.remove(i);
8172 if (providers != null) {
8173 mSystemThread.installSystemProviders(providers);
9570 pw.println(" providers: content provider state");
9603 } else if ("providers".equals(cmd) || "prov".equals(cmd)) {
10123 pw.println(" Published content providers (by class):");
10150 pw.println(" Launching content providers:");
10549 // Remove published content providers.
10579 // Take care of any launching providers waiting for this process.
10584 // Unregister from connected content providers.
10679 // Look through the content providers we are waiting to have launched,
13892 // there are applications dependent on our services or providers, but