Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java221 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 SystemServiceRegistry
1417 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> {
/frameworks/base/config/
Dpreloaded-classes476 android.app.SystemServiceRegistry$ServiceFetcher
Dboot-image-profile.txt2427 …sterService(Ljava/lang/String;Ljava/lang/Class;Landroid/app/SystemServiceRegistry$ServiceFetcher;)V
32534 Landroid/app/SystemServiceRegistry$ServiceFetcher;