Lines Matching refs:mTvInputManagerHelper
233 private TvInputManagerHelper mTvInputManagerHelper; field in MainActivity
414 boolean parentalControlEnabled = mTvInputManagerHelper.getParentalControlSettings() in applyParentalControlSettings()
462 mTvInputManagerHelper = tvApplication.getTvInputManagerHelper(); in onCreate()
464 mTvView.initialize(mProgramDataManager, mTvInputManagerHelper); in onCreate()
500 mTvInputManagerHelper.addCallback(mTvInputCallback); in onCreate()
506 mChannelTuner = new ChannelTuner(mChannelDataManager, mTvInputManagerHelper); in onCreate()
610 new SendConfigInfoRunnable(mTracker, mTvInputManagerHelper), null); in onCreate()
616 mTvInputManagerHelper.getContentRatingsManager().update(); in onCreate()
889 TvInputInfo input = mTvInputManagerHelper.getTvInputInfo(inputId); in resumeTvIfNeeded()
891 input = mTvInputManagerHelper.getTvInputInfo(mParentInputIdWhenScreenOff); in resumeTvIfNeeded()
1009 return mTvInputManagerHelper; in getTvInputManagerHelper()
1406 TvInputInfo input = mTvInputManagerHelper.getTvInputInfo(inputId); in handleIntent()
1437 mInputToSetUp = mTvInputManagerHelper.getTvInputInfo(inputId); in handleIntent()
1508 if (mTvInputManagerHelper.getTunerTvInputSize() == 0) { in tune()
1534 if (mTvInputManagerHelper.getTunerTvInputSize() == 1) { in tune()
1543 && setupUtils.hasUnrecognizedInput(mTvInputManagerHelper)) { in tune()
1575 Utils.loadLabel(this, mTvInputManagerHelper.getTvInputInfo(channel.getInputId())) in tune()
1875 if (mTvInputManagerHelper != null) {
1876 mTvInputManagerHelper.clearTvInputLabels();
1878 mTvInputManagerHelper.removeCallback(mTvInputCallback);
2448 return mTvInputManagerHelper.getParentalControlSettings();
2455 return mTvInputManagerHelper.getContentRatingsManager();