Searched defs:StaticServiceFetcher (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java202 new StaticServiceFetcher<HdmiControlManager>() {
232 new StaticServiceFetcher<CountryDetector>() {
254 new StaticServiceFetcher<BatteryManager>() {
268 new StaticServiceFetcher<DropBoxManager>() {
284 new StaticServiceFetcher<InputManager>() {
298 new StaticServiceFetcher<InputMethodManager>() {
305 new StaticServiceFetcher<TextServicesManager>() {
312 new StaticServiceFetcher<KeyguardManager>() {
494 new StaticServiceFetcher<WifiP2pManager>() {
604 new StaticServiceFetcher<TrustManage
782 static abstract class StaticServiceFetcher<T> implements ServiceFetcher<T> { class in class:SystemServiceRegistry
[all...]

Completed in 53 milliseconds