Searched refs:mTvInputManager (Results 1 – 4 of 4) sorted by relevance
46 private final TvInputManager mTvInputManager; field in TvRecordingClient66 mTvInputManager = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE); in TvRecordingClient()129 if (mTvInputManager != null) { in tune()130 mTvInputManager.createRecordingSession(inputId, mSessionCallback, mHandler); in tune()
88 private final TvInputManager mTvInputManager; field in TvView173 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE); in TvView()337 if (mTvInputManager != null) { in tune()338 mTvInputManager.createSession(inputId, mSessionCallback, mHandler); in tune()488 if (mTvInputManager != null) { in timeShiftPlay()489 mTvInputManager.createSession(inputId, mSessionCallback, mHandler); in timeShiftPlay()
107 private TvInputManager mTvInputManager; field in TvInputService262 if (mTvInputManager == null) {263 mTvInputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE);265 TvInputInfo info = mTvInputManager.getTvInputInfo(inputId);
288 private TvInputManager mTvInputManager; field in HdmiControlService430 mTvInputManager = (TvInputManager) getContext().getSystemService( in onBootPhase()437 return mTvInputManager; in getTvInputManager()441 if (mTvInputManager == null) return; in registerTvInputCallback()442 mTvInputManager.registerCallback(callback, mHandler); in registerTvInputCallback()446 if (mTvInputManager == null) return; in unregisterTvInputCallback()447 mTvInputManager.unregisterCallback(callback); in unregisterTvInputCallback()