Home
last modified time | relevance | path

Searched refs:SystemServiceRegistry (Results 1 – 5 of 5) sorted by relevance

/frameworks/layoutlib/bridge/src/android/app/
DSystemServiceRegistry_Accessor.java27 return SystemServiceRegistry.getSystemServiceName(serviceClass); in getSystemServiceName()
/frameworks/base/config/
Dpreloaded-classes348 android.app.SystemServiceRegistry
349 android.app.SystemServiceRegistry$1
350 android.app.SystemServiceRegistry$10
351 android.app.SystemServiceRegistry$11
352 android.app.SystemServiceRegistry$12
353 android.app.SystemServiceRegistry$13
354 android.app.SystemServiceRegistry$14
355 android.app.SystemServiceRegistry$15
356 android.app.SystemServiceRegistry$16
357 android.app.SystemServiceRegistry$17
[all …]
Dboot-image-profile.txt880 HPLandroid/app/SystemServiceRegistry$34;->createService(Landroid/app/ContextImpl;)Landroid/app/Stat…
881 HPLandroid/app/SystemServiceRegistry$34;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object;
882 HPLandroid/app/SystemServiceRegistry$54;->createService(Landroid/app/ContextImpl;)Landroid/net/wifi…
883 HPLandroid/app/SystemServiceRegistry$54;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object;
884 HPLandroid/app/SystemServiceRegistry$55;->createService(Landroid/app/ContextImpl;)Landroid/net/wifi…
885 HPLandroid/app/SystemServiceRegistry$55;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object;
886 HPLandroid/app/SystemServiceRegistry$61;->createService(Landroid/app/ContextImpl;)Landroid/hardware…
887 HPLandroid/app/SystemServiceRegistry$61;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object;
888 HPLandroid/app/SystemServiceRegistry$64;->createService(Landroid/app/ContextImpl;)Landroid/print/Pr…
889 HPLandroid/app/SystemServiceRegistry$64;->createService(Landroid/app/ContextImpl;)Ljava/lang/Object;
[all …]
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java171 final class SystemServiceRegistry { class
183 private SystemServiceRegistry() { } in SystemServiceRegistry() method in SystemServiceRegistry
DContextImpl.java212 final Object[] mServiceCache = SystemServiceRegistry.createServiceCache();
1721 return SystemServiceRegistry.getSystemService(this, name); in getSystemService()
1726 return SystemServiceRegistry.getSystemServiceName(serviceClass); in getSystemServiceName()