Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/
DTvRecordingClient.java72 mTvInputManager = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in TvRecordingClient()
DTvInputInfo.java1138 TvInputManager tm = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in putHiddenTvInputs()
1177 TvInputManager tm = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in putCustomLabels()
DTvInputService.java491 mTvInputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE); in isPassthroughInput()
2954 Context.TV_INPUT_SERVICE); in handleMessage()
DTvContract.java755 Context.TV_INPUT_SERVICE); in requestChannelBrowsable()
DTvView.java196 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE); in TvView()
DTvInputManager.java95 @SystemService(Context.TV_INPUT_SERVICE)
/frameworks/base/core/java/android/content/
DContext.java4235 TV_INPUT_SERVICE,
5893 public static final String TV_INPUT_SERVICE = "tv_input"; field in Context
/frameworks/base/core/java/android/app/
DSystemServiceRegistry.java1031 registerService(Context.TV_INPUT_SERVICE, TvInputManager.class, in registerService() argument
1035 IBinder iBinder = ServiceManager.getServiceOrThrow(Context.TV_INPUT_SERVICE); in registerService()
/frameworks/base/services/tests/servicestests/src/com/android/server/tv/tunerresourcemanager/
DTunerResourceManagerServiceTest.java102 when(mContextSpy.getSystemService(Context.TV_INPUT_SERVICE)).thenReturn(tvInputManager); in setUp()
/frameworks/base/services/core/java/com/android/server/tv/tunerresourcemanager/
DTunerResourceManagerService.java144 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE); in onStart()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java1098 Context.TV_INPUT_SERVICE); in onBootPhase()
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java208 publishBinderService(Context.TV_INPUT_SERVICE, new BinderService()); in onStart()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7278 field public static final java.lang.String TV_INPUT_SERVICE = "tv_input";
/frameworks/base/core/api/
Dcurrent.txt10787 field public static final String TV_INPUT_SERVICE = "tv_input";