Searched refs:mInputSessionManager (Results 1 – 3 of 3) sorted by relevance
44 private InputSessionManager mInputSessionManager; field in DvrTvView50 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()
117 @Nullable private InputSessionManager mInputSessionManager; field in TvApplication288 if (mInputSessionManager == null) { in getInputSessionManager()289 mInputSessionManager = new InputSessionManager(this); in getInputSessionManager()291 return mInputSessionManager; in getInputSessionManager()
197 private final InputSessionManager mInputSessionManager; field in TunableTvView459 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()