Searched refs:StaticServiceFetcher (Results 1 – 2 of 2) sorted by relevance
316 abstract static class StaticServiceFetcher extends ServiceFetcher { class in ContextImpl321 synchronized (StaticServiceFetcher.this) { in getService()338 if (!(fetcher instanceof StaticServiceFetcher)) { in registerService()398 registerService(HDMI_CONTROL_SERVICE, new StaticServiceFetcher() { in registerService()416 registerService(COUNTRY_DETECTOR, new StaticServiceFetcher() { in registerService()442 registerService(DROPBOX_SERVICE, new StaticServiceFetcher() { in registerService()447 registerService(INPUT_SERVICE, new StaticServiceFetcher() { in registerService()458 registerService(INPUT_METHOD_SERVICE, new StaticServiceFetcher() { in registerService()
324 android.app.ContextImpl$StaticServiceFetcher