Home
last modified time | relevance | path

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

/frameworks/base/telephony/java/android/telephony/
DTelephonyFrameworkInitializer.java20 import android.app.SystemServiceRegistry;
65 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
70 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
75 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
80 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
85 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
90 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
/frameworks/base/wifi/java/android/net/wifi/
DWifiFrameworkInitializer.java19 import android.app.SystemServiceRegistry;
72 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
80 SystemServiceRegistry.registerStaticService( in registerServiceWrappers()
88 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
96 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
104 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
112 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
DJobSchedulerFrameworkInitializer.java21 import android.app.SystemServiceRegistry;
45 SystemServiceRegistry.registerStaticService( in registerServiceWrappers()
48 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
52 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
/frameworks/base/apex/blobstore/framework/java/android/app/blob/
DBlobStoreManagerFrameworkInitializer.java18 import android.app.SystemServiceRegistry;
29 SystemServiceRegistry.registerContextAwareService( in initialize()
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
DShadowSystemServiceRegistry.java19 import android.app.SystemServiceRegistry;
39 ReflectionHelpers.callStaticMethod(SystemServiceRegistry.class, "__staticInitializer__"); in __staticInitializer__()
/frameworks/base/apex/statsd/framework/java/android/os/
DStatsFrameworkInitializer.java22 import android.app.SystemServiceRegistry;
71 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
/frameworks/base/config/
Dpreloaded-classes179 android.app.-$$Lambda$SystemServiceRegistry$16$s6mZ42tuGUunhKa_5iwjLY5FGdM
592 android.app.SystemServiceRegistry$100
593 android.app.SystemServiceRegistry$101
594 android.app.SystemServiceRegistry$102
595 android.app.SystemServiceRegistry$103
596 android.app.SystemServiceRegistry$104
597 android.app.SystemServiceRegistry$105
598 android.app.SystemServiceRegistry$106
599 android.app.SystemServiceRegistry$107
600 android.app.SystemServiceRegistry$108
[all …]
Dboot-image-profile.txt579 HSPLandroid/app/-$$Lambda$SystemServiceRegistry$16$s6mZ42tuGUunhKa_5iwjLY5FGdM;-><clinit>()V
580 HSPLandroid/app/-$$Lambda$SystemServiceRegistry$16$s6mZ42tuGUunhKa_5iwjLY5FGdM;-><init>()V
581 HSPLandroid/app/-$$Lambda$SystemServiceRegistry$16$s6mZ42tuGUunhKa_5iwjLY5FGdM;->get()Ljava/lang/Ob…
3148 HSPLandroid/app/SystemServiceRegistry$101;->createService(Landroid/app/ContextImpl;)Landroid/conten…
3149 HSPLandroid/app/SystemServiceRegistry$101;->createService(Landroid/app/ContextImpl;)Ljava/lang/Obje…
3150 HSPLandroid/app/SystemServiceRegistry$102;->createService(Landroid/app/ContextImpl;)Landroid/app/sl…
3151 HSPLandroid/app/SystemServiceRegistry$102;->createService(Landroid/app/ContextImpl;)Ljava/lang/Obje…
3152 HSPLandroid/app/SystemServiceRegistry$103;->createService(Landroid/app/ContextImpl;)Landroid/app/ti…
3153 HSPLandroid/app/SystemServiceRegistry$103;->createService(Landroid/app/ContextImpl;)Ljava/lang/Obje…
3154 HSPLandroid/app/SystemServiceRegistry$104;->createService(Landroid/app/ContextImpl;)Ljava/lang/Obje…
[all …]
Dboot-profile.txt748 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;
/frameworks/base/core/java/android/app/
DContextImpl.java279 final Object[] mServiceCache = SystemServiceRegistry.createServiceCache();
1909 + SystemServiceRegistry.getSystemServiceClassName(name) in getSystemService()
1921 return SystemServiceRegistry.getSystemService(this, name); in getSystemService()
1930 return SystemServiceRegistry.getSystemServiceName(serviceClass); in getSystemServiceName()
DSystemServiceRegistry.java223 public final class SystemServiceRegistry { class
242 private SystemServiceRegistry() { } in SystemServiceRegistry() method in SystemServiceRegistry
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java45 import android.app.SystemServiceRegistry;
664 return SystemServiceRegistry.getSystemServiceName(serviceClass); in getSystemServiceName()
/frameworks/base/services/java/com/android/server/
DSystemServer.java36 import android.app.SystemServiceRegistry;
532 SystemServiceRegistry.sEnableServiceNotFoundWtf = true; in run()
/frameworks/base/non-updatable-api/
Dsystem-current.txt704 public final class SystemServiceRegistry {
705 …nNull String, @NonNull Class<TServiceClass>, @NonNull android.app.SystemServiceRegistry.ContextAwa…
706 …nNull String, @NonNull Class<TServiceClass>, @NonNull android.app.SystemServiceRegistry.ContextAwa…
707 …nNull String, @NonNull Class<TServiceClass>, @NonNull android.app.SystemServiceRegistry.StaticServ…
708 …nNull String, @NonNull Class<TServiceClass>, @NonNull android.app.SystemServiceRegistry.StaticServ…
711 …public static interface SystemServiceRegistry.ContextAwareServiceProducerWithBinder<TServiceClass>…
715 …public static interface SystemServiceRegistry.ContextAwareServiceProducerWithoutBinder<TServiceCla…
719 public static interface SystemServiceRegistry.StaticServiceProducerWithBinder<TServiceClass> {
723 public static interface SystemServiceRegistry.StaticServiceProducerWithoutBinder<TServiceClass> {
/frameworks/base/api/
Dsystem-current.txt756 public final class SystemServiceRegistry {
757 …nNull String, @NonNull Class<TServiceClass>, @NonNull android.app.SystemServiceRegistry.ContextAwa…
758 …nNull String, @NonNull Class<TServiceClass>, @NonNull android.app.SystemServiceRegistry.ContextAwa…
759 …nNull String, @NonNull Class<TServiceClass>, @NonNull android.app.SystemServiceRegistry.StaticServ…
760 …nNull String, @NonNull Class<TServiceClass>, @NonNull android.app.SystemServiceRegistry.StaticServ…
763 …public static interface SystemServiceRegistry.ContextAwareServiceProducerWithBinder<TServiceClass>…
767 …public static interface SystemServiceRegistry.ContextAwareServiceProducerWithoutBinder<TServiceCla…
771 public static interface SystemServiceRegistry.StaticServiceProducerWithBinder<TServiceClass> {
775 public static interface SystemServiceRegistry.StaticServiceProducerWithoutBinder<TServiceClass> {