Searched refs:SystemServiceRegistry (Results 1 – 18 of 18) sorted by relevance
20 import android.app.SystemServiceRegistry;66 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()71 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()76 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()81 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()86 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()91 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()96 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()102 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
21 import android.app.SystemServiceRegistry;48 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()51 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()55 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()58 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()61 SystemServiceRegistry.registerStaticService( in registerServiceWrappers()
18 import android.app.SystemServiceRegistry;29 SystemServiceRegistry.registerContextAwareService( in initialize()
18 import android.app.SystemServiceRegistry;37 SystemServiceRegistry.registerContextAwareService( in initialize()
19 import android.app.SystemServiceRegistry;39 ReflectionHelpers.callStaticMethod(SystemServiceRegistry.class, "__staticInitializer__"); in __staticInitializer__()
20 import android.app.SystemServiceRegistry;68 SystemServiceRegistry.registerContextAwareService(Context.NFC_SERVICE, in registerServiceWrappers()
20 import android.app.SystemServiceRegistry;72 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
714 android.app.SystemServiceRegistry$10756 android.app.SystemServiceRegistry$1767 android.app.SystemServiceRegistry$2778 android.app.SystemServiceRegistry$3789 android.app.SystemServiceRegistry$4800 android.app.SystemServiceRegistry$5811 android.app.SystemServiceRegistry$6822 android.app.SystemServiceRegistry$7833 android.app.SystemServiceRegistry$8844 android.app.SystemServiceRegistry$9[all …]
2766 …SystemServiceRegistry$30;->getService(Landroid/app/ContextImpl;)Ljava/lang/Object;+]Landroid/app/S…23537 Landroid/app/SystemServiceRegistry$1;23548 Landroid/app/SystemServiceRegistry$2;23559 Landroid/app/SystemServiceRegistry$3;23570 Landroid/app/SystemServiceRegistry$4;23581 Landroid/app/SystemServiceRegistry$5;23592 Landroid/app/SystemServiceRegistry$6;23603 Landroid/app/SystemServiceRegistry$7;23614 Landroid/app/SystemServiceRegistry$8;23625 Landroid/app/SystemServiceRegistry$9;[all …]
2766 …SystemServiceRegistry$30;->getService(Landroid/app/ContextImpl;)Ljava/lang/Object;+]Landroid/app/S…33640 Landroid/app/SystemServiceRegistry$1;33651 Landroid/app/SystemServiceRegistry$2;33662 Landroid/app/SystemServiceRegistry$3;33673 Landroid/app/SystemServiceRegistry$4;33684 Landroid/app/SystemServiceRegistry$5;33695 Landroid/app/SystemServiceRegistry$6;33706 Landroid/app/SystemServiceRegistry$7;33717 Landroid/app/SystemServiceRegistry$8;33728 Landroid/app/SystemServiceRegistry$9;[all …]
44 Landroid/app/SystemServiceRegistry;
748 Landroid/app/SystemServiceRegistry;->getSystemService(Landroid/app/ContextImpl;Ljava/lang/String;)L…750 Landroid/app/SystemServiceRegistry$CachedServiceFetcher;->getService(Landroid/app/ContextImpl;)Ljav…1196 Landroid/app/SystemServiceRegistry;->getSystemServiceName(Ljava/lang/Class;)Ljava/lang/String;
31 per-file SystemServiceRegistry.java = file:/services/core/java/com/android/server/am/OWNERS
360 final Object[] mServiceCache = SystemServiceRegistry.createServiceCache();2201 + SystemServiceRegistry.getSystemServiceClassName(name) in getSystemService()2212 return SystemServiceRegistry.getSystemService(this, name); in getSystemService()2217 return SystemServiceRegistry.getSystemServiceName(serviceClass); in getSystemServiceName()
266 public final class SystemServiceRegistry { class285 private SystemServiceRegistry() { } in SystemServiceRegistry() method in SystemServiceRegistry
38 import android.app.SystemServiceRegistry;871 SystemServiceRegistry.sEnableServiceNotFoundWtf = true; in run()
1101 public final class SystemServiceRegistry {1102 …nNull String, @NonNull Class<TServiceClass>, @NonNull android.app.SystemServiceRegistry.ContextAwa…1103 …nNull String, @NonNull Class<TServiceClass>, @NonNull android.app.SystemServiceRegistry.ContextAwa…1104 …nNull String, @NonNull Class<TServiceClass>, @NonNull android.app.SystemServiceRegistry.StaticServ…1105 …nNull String, @NonNull Class<TServiceClass>, @NonNull android.app.SystemServiceRegistry.StaticServ…1108 …public static interface SystemServiceRegistry.ContextAwareServiceProducerWithBinder<TServiceClass>…1112 …public static interface SystemServiceRegistry.ContextAwareServiceProducerWithoutBinder<TServiceCla…1116 public static interface SystemServiceRegistry.StaticServiceProducerWithBinder<TServiceClass> {1120 public static interface SystemServiceRegistry.StaticServiceProducerWithoutBinder<TServiceClass> {