Searched defs:mTvInputManager (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/media/java/android/media/tv/
H A DTvRecordingClient.java46 private final TvInputManager mTvInputManager; field in class:TvRecordingClient
66 mTvInputManager = (TvInputManager) context.getSystemService(Context.TV_INPUT_SERVICE);
129 if (mTvInputManager != null) {
130 mTvInputManager.createRecordingSession(inputId, mSessionCallback, mHandler);
H A DTvView.java87 private final TvInputManager mTvInputManager; field in class:TvView
172 mTvInputManager = (TvInputManager) getContext().getSystemService(Context.TV_INPUT_SERVICE);
336 if (mTvInputManager != null) {
337 mTvInputManager.createSession(inputId, mSessionCallback, mHandler);
487 if (mTvInputManager != null) {
488 mTvInputManager.createSession(inputId, mSessionCallback, mHandler);
H A DTvInputService.java107 private TvInputManager mTvInputManager; field in class:TvInputService
262 if (mTvInputManager == null) {
263 mTvInputManager = (TvInputManager) getSystemService(Context.TV_INPUT_SERVICE);
265 TvInputInfo info = mTvInputManager.getTvInputInfo(inputId);
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiControlService.java293 private TvInputManager mTvInputManager; field in class:HdmiControlService
435 mTvInputManager = (TvInputManager) getContext().getSystemService(
442 return mTvInputManager;
446 if (mTvInputManager == null) return;
447 mTvInputManager.registerCallback(callback, mHandler);
451 if (mTvInputManager == null) return;
452 mTvInputManager.unregisterCallback(callback);

Completed in 126 milliseconds