Home
last modified time | relevance | path

Searched refs:ServiceFetcher (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java167 private static final HashMap<String, ServiceFetcher<?>> SYSTEM_SERVICE_FETCHERS =
168 new HashMap<String, ServiceFetcher<?>>();
913 ServiceFetcher<?> fetcher = SYSTEM_SERVICE_FETCHERS.get(name); in getSystemService()
929 ServiceFetcher<T> serviceFetcher) { in registerService()
938 static abstract interface ServiceFetcher<T> { interface in SystemServiceRegistry
946 static abstract class CachedServiceFetcher<T> implements ServiceFetcher<T> {
979 static abstract class StaticServiceFetcher<T> implements ServiceFetcher<T> {
1007 static abstract class StaticApplicationContextServiceFetcher<T> implements ServiceFetcher<T> {
/frameworks/base/config/
Dpreloaded-classes367 android.app.SystemServiceRegistry$ServiceFetcher
Dcompiled-classes-phone554 android.app.SystemServiceRegistry$ServiceFetcher
Dboot-image-profile.txt17632 …sterService(Ljava/lang/String;Ljava/lang/Class;Landroid/app/SystemServiceRegistry$ServiceFetcher;)V
50469 Landroid/app/SystemServiceRegistry$ServiceFetcher;