Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java178 private static final HashMap<String, ServiceFetcher<?>> SYSTEM_SERVICE_FETCHERS =
179 new HashMap<String, ServiceFetcher<?>>();
1013 ServiceFetcher<?> fetcher = SYSTEM_SERVICE_FETCHERS.get(name); in getSystemService()
1029 ServiceFetcher<T> serviceFetcher) { in registerService()
1038 static abstract interface ServiceFetcher<T> { interface in SystemServiceRegistry
1046 static abstract class CachedServiceFetcher<T> implements ServiceFetcher<T> {
1136 static abstract class StaticServiceFetcher<T> implements ServiceFetcher<T> {
1164 static abstract class StaticApplicationContextServiceFetcher<T> implements ServiceFetcher<T> {
/frameworks/base/config/
Dpreloaded-classes443 android.app.SystemServiceRegistry$ServiceFetcher
Dboot-image-profile.txt15423 …sterService(Ljava/lang/String;Ljava/lang/Class;Landroid/app/SystemServiceRegistry$ServiceFetcher;)V
54083 Landroid/app/SystemServiceRegistry$ServiceFetcher;