Searched refs:SystemServiceRegistry (Results 1 – 5 of 5) sorted by relevance
27 return SystemServiceRegistry.getSystemServiceName(serviceClass); in getSystemServiceName()
359 android.app.SystemServiceRegistry$100360 android.app.SystemServiceRegistry$101361 android.app.SystemServiceRegistry$102362 android.app.SystemServiceRegistry$103363 android.app.SystemServiceRegistry$104364 android.app.SystemServiceRegistry$105365 android.app.SystemServiceRegistry$106366 android.app.SystemServiceRegistry$107367 android.app.SystemServiceRegistry$108368 android.app.SystemServiceRegistry$109[all …]
2168 HSPLandroid/app/SystemServiceRegistry$100;-><init>()V2169 HSPLandroid/app/SystemServiceRegistry$101;-><init>()V2170 HSPLandroid/app/SystemServiceRegistry$101;->createService(Landroid/app/ContextImpl;)Landroid/view/a…2171 HSPLandroid/app/SystemServiceRegistry$101;->createService(Landroid/app/ContextImpl;)Ljava/lang/Obje…2172 HSPLandroid/app/SystemServiceRegistry$102;-><init>()V2173 HSPLandroid/app/SystemServiceRegistry$102;->createService(Landroid/app/ContextImpl;)Landroid/view/c…2174 HSPLandroid/app/SystemServiceRegistry$102;->createService(Landroid/app/ContextImpl;)Ljava/lang/Obje…2175 HSPLandroid/app/SystemServiceRegistry$103;-><init>()V2176 HSPLandroid/app/SystemServiceRegistry$104;-><init>()V2177 HSPLandroid/app/SystemServiceRegistry$105;-><init>()V[all …]
258 final Object[] mServiceCache = SystemServiceRegistry.createServiceCache();1854 return SystemServiceRegistry.getSystemService(this, name); in getSystemService()1859 return SystemServiceRegistry.getSystemServiceName(serviceClass); in getSystemServiceName()
214 final class SystemServiceRegistry { class226 private SystemServiceRegistry() { } in SystemServiceRegistry() method in SystemServiceRegistry