HomeSort by relevance Sort by last modified time
    Searched refs:SystemServiceRegistry (Results 1 - 5 of 5) sorted by null

  /frameworks/layoutlib/bridge/src/android/app/
SystemServiceRegistry_Accessor.java 20 * Class to allow accessing {@link SystemServiceRegistry#getSystemServiceName}
27 return SystemServiceRegistry.getSystemServiceName(serviceClass);
  /frameworks/base/config/
preloaded-classes 280 android.app.SystemServiceRegistry
281 android.app.SystemServiceRegistry$1
282 android.app.SystemServiceRegistry$10
283 android.app.SystemServiceRegistry$11
284 android.app.SystemServiceRegistry$12
285 android.app.SystemServiceRegistry$13
286 android.app.SystemServiceRegistry$14
287 android.app.SystemServiceRegistry$15
288 android.app.SystemServiceRegistry$16
289 android.app.SystemServiceRegistry$1
    [all...]
compiled-classes-phone 467 android.app.SystemServiceRegistry
468 android.app.SystemServiceRegistry$1
469 android.app.SystemServiceRegistry$10
470 android.app.SystemServiceRegistry$11
471 android.app.SystemServiceRegistry$12
472 android.app.SystemServiceRegistry$13
473 android.app.SystemServiceRegistry$14
474 android.app.SystemServiceRegistry$15
475 android.app.SystemServiceRegistry$16
476 android.app.SystemServiceRegistry$1
    [all...]
  /frameworks/base/core/java/android/app/
SystemServiceRegistry.java 160 final class SystemServiceRegistry {
161 private static final String TAG = "SystemServiceRegistry";
172 private SystemServiceRegistry() { }
    [all...]
ContextImpl.java 207 final Object[] mServiceCache = SystemServiceRegistry.createServiceCache();
    [all...]

Completed in 316 milliseconds