Searched defs:StaticServiceFetcher (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java231 new StaticServiceFetcher<HdmiControlManager>() {
268 new StaticServiceFetcher<IpSecManager>() {
277 new StaticServiceFetcher<CountryDetector>() {
300 new StaticServiceFetcher<BatteryManager>() {
327 new StaticServiceFetcher<InputManager>() {
341 new StaticServiceFetcher<InputMethodManager>() {
348 new StaticServiceFetcher<TextServicesManager>() {
544 new StaticServiceFetcher<WifiP2pManager>() {
680 new StaticServiceFetcher<TrustManager>() {
702 new StaticServiceFetcher<TvInputManage
945 static abstract class StaticServiceFetcher<T> implements ServiceFetcher<T> { class in class:SystemServiceRegistry
[all...]

Completed in 56 milliseconds