Lines Matching refs:mTvInputManagerHelper

294     @Inject TvInputManagerHelper mTvInputManagerHelper;  field in MainActivity
494 mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled(); in applyParentalControlSettings()
524 if (!mTvInputManagerHelper.hasTvInputManager()) { in onCreate()
549 mTvView.initialize(mProgramDataManager, mTvInputManagerHelper, mLegacyFlags); in onCreate()
590 mTvInputManagerHelper.addCallback(mTvInputCallback); in onCreate()
595 mChannelTuner = new ChannelTuner(mChannelDataManager, mTvInputManagerHelper); in onCreate()
1005 TvInputInfo input = mTvInputManagerHelper.getTvInputInfo(inputId); in resumeTvIfNeeded()
1007 input = mTvInputManagerHelper.getTvInputInfo(mParentInputIdWhenScreenOff); in resumeTvIfNeeded()
1132 return mTvInputManagerHelper; in getTvInputManagerHelper()
1547 TvInputInfo input = mTvInputManagerHelper.getTvInputInfo(inputId); in handleIntent()
1582 mInputToSetUp = mTvInputManagerHelper.getTvInputInfo(inputId); in handleIntent()
1699 if (mTvInputManagerHelper.getTunerTvInputSize() == 0) { in tune()
1725 if (mTvInputManagerHelper.getTunerTvInputSize() == 1) { in tune()
1736 && mSetupUtils.hasUnrecognizedInput(mTvInputManagerHelper)) { in tune()
1768 this, mTvInputManagerHelper.getTvInputInfo(channel.getInputId())) in tune()
2043 if (mTvInputManagerHelper != null) {
2044 mTvInputManagerHelper.clearTvInputLabels();
2046 mTvInputManagerHelper.removeCallback(mTvInputCallback);
2722 return mTvInputManagerHelper.getParentalControlSettings();
2727 return mTvInputManagerHelper.getContentRatingsManager();
2806 mTvInputManagerHelper.getTvInputInfoCompat(mLastInputIdFromIntent);