Home
last modified time | relevance | path

Searched refs:TV_INPUT_SERVICE (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/media/java/android/media/tv/
DTvRecordingClient.java69 mTvInputManager = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in TvRecordingClient()
DTvInputInfo.java1135 TvInputManager tm = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in putHiddenTvInputs()
1174 TvInputManager tm = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in putCustomLabels()
DTvInputService.java387 mTvInputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE); in isPassthroughInput()
2235 Context.TV_INPUT_SERVICE); in handleMessage()
DTvContract.java753 Context.TV_INPUT_SERVICE); in requestChannelBrowsable()
DTvView.java174 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE); in TvView()
DTvInputManager.java85 @SystemService(Context.TV_INPUT_SERVICE)
/frameworks/base/core/java/android/content/
DContext.java3681 TV_INPUT_SERVICE,
5191 public static final String TV_INPUT_SERVICE = "tv_input"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java954 registerService(Context.TV_INPUT_SERVICE, TvInputManager.class, in registerService() argument
958 IBinder iBinder = ServiceManager.getServiceOrThrow(Context.TV_INPUT_SERVICE); in registerService()
/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
DTunerResourceManagerService.java106 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE); in onStart()
/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
DTunerResourceManagerServiceTest.java100 when(mContextSpy.getSystemService(Context.TV_INPUT_SERVICE)).thenReturn(tvInputManager); in setUp()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java683 Context.TV_INPUT_SERVICE); in onBootPhase()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java181 publishBinderService(Context.TV_INPUT_SERVICE, new BinderService()); in onStart()
/frameworks/base/core/api/
Dcurrent.txt10691 field public static final String TV_INPUT_SERVICE = "tv_input";
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7278 field public static final java.lang.String TV_INPUT_SERVICE = "tv_input";