Searched defs:getOuterContext (Results 1 – 2 of 2) sorted by relevance
212 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 …]
2483 final Context getOuterContext() { in getOuterContext() method in ContextImpl