Home
last modified time | relevance | path

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

/aosp14/frameworks/base/telephony/java/android/telephony/
H A DTelephonyFrameworkInitializer.java20 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()
/aosp14/frameworks/base/apex/jobscheduler/framework/java/android/app/job/
H A DJobSchedulerFrameworkInitializer.java21 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()
/aosp14/frameworks/base/apex/blobstore/framework/java/android/app/blob/
H A DBlobStoreManagerFrameworkInitializer.java18 import android.app.SystemServiceRegistry;
29 SystemServiceRegistry.registerContextAwareService( in initialize()
/aosp14/frameworks/base/core/java/android/content/rollback/
H A DRollbackManagerFrameworkInitializer.java18 import android.app.SystemServiceRegistry;
37 SystemServiceRegistry.registerContextAwareService( in initialize()
/aosp14/frameworks/base/services/robotests/src/com/android/server/testing/shadows/
H A DShadowSystemServiceRegistry.java19 import android.app.SystemServiceRegistry;
39 ReflectionHelpers.callStaticMethod(SystemServiceRegistry.class, "__staticInitializer__"); in __staticInitializer__()
/aosp14/frameworks/base/core/java/android/nfc/
H A DNfcFrameworkInitializer.java20 import android.app.SystemServiceRegistry;
68 SystemServiceRegistry.registerContextAwareService(Context.NFC_SERVICE, in registerServiceWrappers()
/aosp14/frameworks/base/media/java/android/media/
H A DMediaFrameworkPlatformInitializer.java20 import android.app.SystemServiceRegistry;
72 SystemServiceRegistry.registerContextAwareService( in registerServiceWrappers()
/aosp14/frameworks/base/boot/
H A Dpreloaded-classes714 android.app.SystemServiceRegistry$10
756 android.app.SystemServiceRegistry$1
767 android.app.SystemServiceRegistry$2
778 android.app.SystemServiceRegistry$3
789 android.app.SystemServiceRegistry$4
800 android.app.SystemServiceRegistry$5
811 android.app.SystemServiceRegistry$6
822 android.app.SystemServiceRegistry$7
833 android.app.SystemServiceRegistry$8
844 android.app.SystemServiceRegistry$9
[all …]
H A Dboot-image-profile.txt2766SystemServiceRegistry$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 …]
/aosp14/frameworks/base/config/
H A Dpreloaded-classes714 android.app.SystemServiceRegistry$10
756 android.app.SystemServiceRegistry$1
767 android.app.SystemServiceRegistry$2
778 android.app.SystemServiceRegistry$3
789 android.app.SystemServiceRegistry$4
800 android.app.SystemServiceRegistry$5
811 android.app.SystemServiceRegistry$6
822 android.app.SystemServiceRegistry$7
833 android.app.SystemServiceRegistry$8
844 android.app.SystemServiceRegistry$9
[all …]
H A Dboot-image-profile.txt2766SystemServiceRegistry$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 …]
H A Ddirty-image-objects44 Landroid/app/SystemServiceRegistry;
H A 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;
/aosp14/frameworks/base/core/java/android/app/
H A DOWNERS31 per-file SystemServiceRegistry.java = file:/services/core/java/com/android/server/am/OWNERS
H A DContextImpl.java360 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()
H A DSystemServiceRegistry.java266 public final class SystemServiceRegistry { class
285 private SystemServiceRegistry() { } in SystemServiceRegistry() method in SystemServiceRegistry
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java38 import android.app.SystemServiceRegistry;
871 SystemServiceRegistry.sEnableServiceNotFoundWtf = true; in run()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt1101 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> {