Home | History | Annotate | Download | only in am

Lines Matching refs:providers

38  * Keeps track of content providers by authority (name) and class. It separates the mapping by
39 * user and ones that are not user-specific (system providers).
204 pw.println(" Published content providers (by class):");
238 ArrayList<ContentProviderRecord> providers = new ArrayList<ContentProviderRecord>();
243 providers.add(r1);
264 providers.add(r1);
268 providers.add(r1);
271 providers.add(r1);
277 if (providers.size() <= 0) {
282 for (int i=0; i<providers.size(); i++) {
287 dumpProvider("", fd, pw, providers.get(i), args, dumpAll);