Searched refs:ServiceFetcher (Results 1 – 3 of 3) sorted by relevance
221 private static final Map<String, ServiceFetcher<?>> SYSTEM_SERVICE_FETCHERS =222 new ArrayMap<String, ServiceFetcher<?>>();489 new ServiceFetcher<InputMethodManager>() { in registerService()1384 ServiceFetcher<?> fetcher = SYSTEM_SERVICE_FETCHERS.get(name); in getSystemService()1400 ServiceFetcher<T> serviceFetcher) { in registerService()1409 static abstract interface ServiceFetcher<T> { interface in SystemServiceRegistry1417 static abstract class CachedServiceFetcher<T> implements ServiceFetcher<T> {1507 static abstract class StaticServiceFetcher<T> implements ServiceFetcher<T> {1535 static abstract class StaticApplicationContextServiceFetcher<T> implements ServiceFetcher<T> {
476 android.app.SystemServiceRegistry$ServiceFetcher
2427 …sterService(Ljava/lang/String;Ljava/lang/Class;Landroid/app/SystemServiceRegistry$ServiceFetcher;)V32534 Landroid/app/SystemServiceRegistry$ServiceFetcher;