Home
last modified time | relevance | path

Searched defs:getOuterContext (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java212 public ActivityManager createService(ContextImpl ctx) { in registerService()
264 public ClipboardManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
352 public DisplayManager createService(ContextImpl ctx) { in registerService()
381 return new PhoneLayoutInflater(ctx.getOuterContext()); in registerService()
447 public SearchManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
456 return new SystemSensorManager(ctx.getOuterContext(), in registerService()
463 public StatsManager createService(ContextImpl ctx) { in registerService()
470 public StatusBarManager createService(ContextImpl ctx) { in registerService()
504 public TelephonyManager createService(ContextImpl ctx) { in registerService()
511 public SubscriptionManager createService(ContextImpl ctx) throws ServiceNotFoundException { in registerService()
[all …]
DContextImpl.java2483 final Context getOuterContext() { in getOuterContext() method in ContextImpl