Lines Matching defs:providers

575      * All of the currently running global content providers.  Keys are a
585 * All of the currently running global content providers. Keys are a
593 * List of content providers who have clients waiting for them. The
1719 // If this process contains content providers, we want to keep
3572 ArrayList<ContentProviderRecord> providers = new ArrayList<ContentProviderRecord>();
3580 providers.add(provider);
3584 N = providers.size();
3586 removeDyingProviderLocked(null, providers.get(i));
3664 // Take care of any launching providers waiting for this process.
3770 List providers = normalMode ? generateApplicationProvidersLocked(app) : null;
3823 thread.bindApplication(processName, appInfo, providers,
5696 List<ProviderInfo> providers = null;
5698 providers = AppGlobals.getPackageManager().
5703 if (providers != null) {
5704 final int N = providers.size();
5707 (ProviderInfo)providers.get(i);
5719 return providers;
5873 // content providers are often expensive to start.
5881 "com.android.providers.calendar/.CalendarProvider2")) {
6078 " provider not found in providers list");
6108 if(localLOGV) Slog.v(TAG, name+" content provider not found in providers list");
6124 List<ContentProviderHolder> providers) {
6125 if (providers == null) {
6135 + ") when publishing content providers");
6140 final int N = providers.size();
6142 ContentProviderHolder src = providers.get(i);
6178 List<ProviderInfo> providers;
6181 providers = mSelf.generateApplicationProvidersLocked(app);
6182 if (providers != null) {
6183 for (int i=providers.size()-1; i>=0; i--) {
6184 ProviderInfo pi = (ProviderInfo)providers.get(i);
6188 providers.remove(i);
6193 if (providers != null) {
6194 mSystemThread.installSystemProviders(providers);
8030 } else if ("providers".equals(cmd) || "prov".equals(cmd)) {
9138 pw.println("ACTIVITY MANAGER CONTENT PROVIDERS (dumpsys activity providers)");
9161 pw.println(" Published content providers (by class):");
9220 pw.println(" Launching content providers:");
10132 // Remove published content providers.
10162 // Take care of any launching providers waiting for this process.
10167 // Unregister from connected content providers.
10270 // Look through the content providers we are waiting to have launched,
13669 // there are applications dependent on our services or providers, but