Searched refs:TV_INPUT_SERVICE (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvRecordingClient.java66 mTvInputManager = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE);
H A DTvInputInfo.java1069 TvInputManager tm = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE);
1108 TvInputManager tm = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE);
H A DTvInputService.java263 mTvInputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE);
2041 Context.TV_INPUT_SERVICE);
H A DTvView.java172 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE);
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java647 registerService(Context.TV_INPUT_SERVICE, TvInputManager.class,
651 IBinder iBinder = ServiceManager.getService(Context.TV_INPUT_SERVICE);
/frameworks/base/core/java/android/content/
H A DContext.java2711 TV_INPUT_SERVICE,
3546 public static final String TV_INPUT_SERVICE = "tv_input"; field in class:Context
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java436 Context.TV_INPUT_SERVICE);
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java144 publishBinderService(Context.TV_INPUT_SERVICE, new BinderService());

Completed in 264 milliseconds