Searched defs:getOuterContext (Results 1 – 2 of 2) sorted by relevance
315 public ActivityManager createService(ContextImpl ctx) { in registerService()329 public UriGrantsManager createService(ContextImpl ctx) { in registerService()500 public InputManager createService(ContextImpl ctx) { in registerService()507 public DisplayManager createService(ContextImpl ctx) { in registerService()549 return new PhoneLayoutInflater(ctx.getOuterContext()); in registerService()632 return new SystemSensorManager(ctx.getOuterContext(), in registerService()646 public StatusBarManager createService(ContextImpl ctx) { in registerService()694 public TelecomManager createService(ContextImpl ctx) { in registerService()701 public MmsManager createService(ContextImpl ctx) { in registerService()1303 public SliceManager createService(ContextImpl ctx) in registerService()[all …]
3515 final Context getOuterContext() { in getOuterContext() method in ContextImpl