Searched refs:TV_INPUT_SERVICE (Results 1 – 14 of 14) sorted by relevance
69 mTvInputManager = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in TvRecordingClient()
1135 TvInputManager tm = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in putHiddenTvInputs()1174 TvInputManager tm = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in putCustomLabels()
387 mTvInputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE); in isPassthroughInput()2235 Context.TV_INPUT_SERVICE); in handleMessage()
753 Context.TV_INPUT_SERVICE); in requestChannelBrowsable()
174 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE); in TvView()
85 @SystemService(Context.TV_INPUT_SERVICE)
3681 TV_INPUT_SERVICE,5191 public static final String TV_INPUT_SERVICE = "tv_input"; field in Context
954 registerService(Context.TV_INPUT_SERVICE, TvInputManager.class, in registerService() argument958 IBinder iBinder = ServiceManager.getServiceOrThrow(Context.TV_INPUT_SERVICE); in registerService()
106 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE); in onStart()
100 when(mContextSpy.getSystemService(Context.TV_INPUT_SERVICE)).thenReturn(tvInputManager); in setUp()
683 Context.TV_INPUT_SERVICE); in onBootPhase()
181 publishBinderService(Context.TV_INPUT_SERVICE, new BinderService()); in onStart()
10691 field public static final String TV_INPUT_SERVICE = "tv_input";
7278 field public static final java.lang.String TV_INPUT_SERVICE = "tv_input";