Searched refs:mTvInputManagerHelper (Results 1 – 9 of 9) sorted by relevance
63 private final TvInputManagerHelper mTvInputManagerHelper; field in AppLinkCardView82 mTvInputManagerHelper = ((MainActivity) context).getTvInputManagerHelper(); in AppLinkCardView()112 ApplicationInfo appInfo = mTvInputManagerHelper.getTvInputAppInfo(mChannel.getInputId()); in onBind()125 mTvInputManagerHelper.getTvInputApplicationLabel(mChannel.getInputId()); in onBind()142 mTvInputManagerHelper.setTvInputApplicationLabel( in onBind()162 mTvInputManagerHelper.getTvInputApplicationIcon( in onBind()179 mTvInputManagerHelper.setTvInputApplicationIcon( in onBind()196 mTvInputManagerHelper.getTvInputApplicationLabel(mChannel.getInputId()); in onBind()217 mTvInputManagerHelper.setTvInputApplicationLabel( in onBind()298 mTvInputManagerHelper.getTvInputAppInfo(mChannel.getInputId()));[all …]
726 private final TvInputManagerHelper mTvInputManagerHelper; field in TvInputManagerHelper.HardwareInputComparator731 mTvInputManagerHelper = tvInputManagerHelper; in HardwareInputComparator()745 (mTvInputManagerHelper.getInputState(lhs) in compare()748 (mTvInputManagerHelper.getInputState(rhs) in compare()762 boolean isPhysicalL = mTvInputManagerHelper.isInputPhysicalTuner(lhs); in compare()763 boolean isPhysicalR = mTvInputManagerHelper.isInputPhysicalTuner(rhs); in compare()769 int sortKeyL = mTvInputManagerHelper.getInputSortKey(lhs); in compare()770 int sortKeyR = mTvInputManagerHelper.getInputSortKey(rhs); in compare()777 ? getLabel(mTvInputManagerHelper.getTvInputInfo(lhs.getParentId())) in compare()778 : getLabel(mTvInputManagerHelper.getTvInputInfo(lhs.getId())); in compare()[all …]
54 private final TvInputManagerHelper mTvInputManagerHelper; field in SelectInputView148 mTvInputManagerHelper = tvSingletons.getTvInputManagerHelper(); in SelectInputView()150 new TvInputManagerHelper.HardwareInputComparator(context, mTvInputManagerHelper); in SelectInputView()200 mTvInputManagerHelper.addCallback(mTvInputCallback); in onEnterAction()206 && !isInputEnabled(mTvInputManagerHelper.getTvInputInfo(currentInputId))) { in onEnterAction()230 mTvInputManagerHelper.removeCallback(mTvInputCallback); in onExitAction()251 for (TvInputInfo input : mTvInputManagerHelper.getTvInputInfos(false, false)) { in buildInputListAndNotify()300 return mTvInputManagerHelper.getInputState(input) in isInputEnabled()
118 private final TvInputManagerHelper mTvInputManagerHelper; field in ChannelBannerView231 mTvInputManagerHelper = singletons.getTvInputManagerHelperSingleton(); in ChannelBannerView()265 mContentRatingsManager = mTvInputManagerHelper.getContentRatingsManager(); in ChannelBannerView()476 TvInputInfo info = mTvInputManagerHelper.getTvInputInfo(getCurrentInputId()); in updateChannelInfo()
26 private final TvInputManagerHelper mTvInputManagerHelper; field in SendConfigInfoRunnable30 this.mTvInputManagerHelper = tvInputManagerHelper; in SendConfigInfoRunnable()35 List<TvInputInfo> infoList = mTvInputManagerHelper.getTvInputInfos(false, false); in run()39 if (mTvInputManagerHelper.isSystemInput(info)) { in run()
270 @Inject TvInputManagerHelper mTvInputManagerHelper; field in MainActivity463 mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled(); in applyParentalControlSettings()494 if (!mTvInputManagerHelper.hasTvInputManager()) { in onCreate()518 mTvView.initialize(mProgramDataManager, mTvInputManagerHelper); in onCreate()558 mTvInputManagerHelper.addCallback(mTvInputCallback); in onCreate()563 mChannelTuner = new ChannelTuner(mChannelDataManager, mTvInputManagerHelper); in onCreate()705 new SendConfigInfoRunnable(mTracker, mTvInputManagerHelper), in onCreate()713 mTvInputManagerHelper.getContentRatingsManager().update(); in onCreate()989 TvInputInfo input = mTvInputManagerHelper.getTvInputInfo(inputId); in resumeTvIfNeeded()991 input = mTvInputManagerHelper.getTvInputInfo(mParentInputIdWhenScreenOff); in resumeTvIfNeeded()[all …]
80 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramTableAdapter119 mTvInputManagerHelper = TvSingletons.getSingletons(context).getTvInputManagerHelper(); in ProgramTableAdapter()684 ParentalControlSettings parental = mTvInputManagerHelper.getParentalControlSettings();692 return mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled()698 mTvInputManagerHelper733 TvInputInfo info = mTvInputManagerHelper.getTvInputInfo(mChannel.getInputId());
58 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramManager129 mTvInputManagerHelper220 mTvInputManagerHelper = tvInputManagerHelper; in ProgramManager()484 mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled(); in updateTableEntriesWithoutNotification()
97 private TvInputManagerHelper mTvInputManagerHelper; field in NotificationService151 mTvInputManagerHelper = tvSingletons.getTvInputManagerHelper(); in onCreate()371 TvInputInfo inputInfo = mTvInputManagerHelper.getTvInputInfo(inputId); in sendNotification()