Searched refs:SystemServiceRegistry (Results 1 – 5 of 5) sorted by relevance
27 return SystemServiceRegistry.getSystemServiceName(serviceClass); in getSystemServiceName()
348 android.app.SystemServiceRegistry349 android.app.SystemServiceRegistry$1350 android.app.SystemServiceRegistry$10351 android.app.SystemServiceRegistry$11352 android.app.SystemServiceRegistry$12353 android.app.SystemServiceRegistry$13354 android.app.SystemServiceRegistry$14355 android.app.SystemServiceRegistry$15356 android.app.SystemServiceRegistry$16357 android.app.SystemServiceRegistry$17[all …]
880 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 …]
171 final class SystemServiceRegistry { class183 private SystemServiceRegistry() { } in SystemServiceRegistry() method in SystemServiceRegistry
212 final Object[] mServiceCache = SystemServiceRegistry.createServiceCache();1721 return SystemServiceRegistry.getSystemService(this, name); in getSystemService()1726 return SystemServiceRegistry.getSystemServiceName(serviceClass); in getSystemServiceName()