Home
last modified time | relevance | path

Searched refs:StaticServiceFetcher (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java299 new StaticServiceFetcher<HdmiControlManager>() { in registerService()
335 registerService(Context.NETD_SERVICE, IBinder.class, new StaticServiceFetcher<IBinder>() { in registerService()
375 new StaticServiceFetcher<CountryDetector>() { in registerService()
425 new StaticServiceFetcher<InputManager>() { in registerService()
729 new StaticServiceFetcher<WifiP2pManager>() { in registerService()
882 new StaticServiceFetcher<TrustManager>() { in registerService()
983 new StaticServiceFetcher<JobScheduler>() { in registerService()
991 new StaticServiceFetcher<PersistentDataBlockManager>() { in registerService()
1006 new StaticServiceFetcher<OemLockManager>() { in registerService()
1428 static abstract class StaticServiceFetcher<T> implements ServiceFetcher<T> { class in SystemServiceRegistry
[all …]
/frameworks/base/config/
Dpreloaded-classes478 android.app.SystemServiceRegistry$StaticServiceFetcher