Searched refs:ServiceFetcher (Results 1 – 2 of 2) sorted by relevance
133 private static final HashMap<String, ServiceFetcher<?>> SYSTEM_SERVICE_FETCHERS =134 new HashMap<String, ServiceFetcher<?>>();720 ServiceFetcher<?> fetcher = SYSTEM_SERVICE_FETCHERS.get(name); in getSystemService()736 ServiceFetcher<T> serviceFetcher) { in registerService()745 static abstract interface ServiceFetcher<T> { interface in SystemServiceRegistry753 static abstract class CachedServiceFetcher<T> implements ServiceFetcher<T> {782 static abstract class StaticServiceFetcher<T> implements ServiceFetcher<T> {807 static abstract class StaticOuterContextServiceFetcher<T> implements ServiceFetcher<T> {
488 android.app.SystemServiceRegistry$ServiceFetcher