Home
last modified time | relevance | path

Searched refs:mInputSessionManager (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/
DDvrTvView.java44 private InputSessionManager mInputSessionManager; field in DvrTvView
50 mInputSessionManager = TvSingletons.getSingletons(context).getInputSessionManager(); in DvrTvView()
150 mSession = mInputSessionManager.createTvViewSession(mTvView, this, mTvInputCallbackCompat); in init()
154 mInputSessionManager.releaseTvViewSession(mSession); in release()
155 mInputSessionManager = null; in release()
/packages/apps/TV/src/com/android/tv/
DTvApplication.java117 @Nullable private InputSessionManager mInputSessionManager; field in TvApplication
288 if (mInputSessionManager == null) { in getInputSessionManager()
289 mInputSessionManager = new InputSessionManager(this); in getInputSessionManager()
291 return mInputSessionManager; in getInputSessionManager()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java197 private final InputSessionManager mInputSessionManager; field in TunableTvView
459 mInputSessionManager = tvSingletons.getInputSessionManager(); in TunableTvView()
461 mInputSessionManager = null; in TunableTvView()
522 if (mInputSessionManager != null) { in initialize()
523 mTvViewSession = mInputSessionManager.createTvViewSession(mTvView, this, mCallback); in initialize()
564 if (mInputSessionManager != null) { in release()
565 mInputSessionManager.releaseTvViewSession(mTvViewSession); in release()
1222 Long timeMs = mInputSessionManager.getEarliestRecordingSessionEndTimeMs(mTagetInputId); in getTuneConflictMessage()