Searched refs:mTvInputManagerHelper (Results 1 – 10 of 10) 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 …]
739 private final TvInputManagerHelper mTvInputManagerHelper; field in TvInputManagerHelper.HardwareInputComparator744 mTvInputManagerHelper = tvInputManagerHelper; in HardwareInputComparator()758 (mTvInputManagerHelper.getInputState(lhs) in compare()761 (mTvInputManagerHelper.getInputState(rhs) in compare()775 boolean isPhysicalL = mTvInputManagerHelper.isInputPhysicalTuner(lhs); in compare()776 boolean isPhysicalR = mTvInputManagerHelper.isInputPhysicalTuner(rhs); in compare()782 int sortKeyL = mTvInputManagerHelper.getInputSortKey(lhs); in compare()783 int sortKeyR = mTvInputManagerHelper.getInputSortKey(rhs); in compare()790 ? getLabel(mTvInputManagerHelper.getTvInputInfo(lhs.getParentId())) in compare()791 : 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()
122 private final TvInputManagerHelper mTvInputManagerHelper; field in ChannelBannerView236 mTvInputManagerHelper = singletons.getTvInputManagerHelperSingleton(); in ChannelBannerView()270 mContentRatingsManager = mTvInputManagerHelper.getContentRatingsManager(); in ChannelBannerView()492 TvInputInfo info = mTvInputManagerHelper.getTvInputInfo(getCurrentInputId()); in updateChannelInfo()
293 @Inject TvInputManagerHelper mTvInputManagerHelper; field in MainActivity489 mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled(); in applyParentalControlSettings()519 if (!mTvInputManagerHelper.hasTvInputManager()) { in onCreate()544 mTvView.initialize(mProgramDataManager, mTvInputManagerHelper, mLegacyFlags); in onCreate()585 mTvInputManagerHelper.addCallback(mTvInputCallback); in onCreate()590 mChannelTuner = new ChannelTuner(mChannelDataManager, mTvInputManagerHelper); in onCreate()1000 TvInputInfo input = mTvInputManagerHelper.getTvInputInfo(inputId); in resumeTvIfNeeded()1002 input = mTvInputManagerHelper.getTvInputInfo(mParentInputIdWhenScreenOff); in resumeTvIfNeeded()1127 return mTvInputManagerHelper; in getTvInputManagerHelper()1542 TvInputInfo input = mTvInputManagerHelper.getTvInputInfo(inputId); in handleIntent()[all …]
83 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramTableAdapter123 mTvInputManagerHelper = TvSingletons.getSingletons(context).getTvInputManagerHelper(); in ProgramTableAdapter()718 ParentalControlSettings parental = mTvInputManagerHelper.getParentalControlSettings();726 return mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled()732 mTvInputManagerHelper767 TvInputInfo info = mTvInputManagerHelper.getTvInputInfo(mChannel.getInputId());
60 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramManager212 mTvInputManagerHelper = tvInputManagerHelper; in ProgramManager()473 mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled(); in updateTableEntriesWithoutNotification()
99 private TvInputManagerHelper mTvInputManagerHelper; field in NotificationService153 mTvInputManagerHelper = tvSingletons.getTvInputManagerHelper(); in onCreate()373 TvInputInfo inputInfo = mTvInputManagerHelper.getTvInputInfo(inputId); in sendNotification()
96 @Inject TvInputManagerHelper mTvInputManagerHelper; field in PinDialogFragment199 mTvInputManagerHelper in onCreateView()
121 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramDataManager188 mTvInputManagerHelper = tvInputManagerHelper; in ProgramDataManager()950 mTvInputManagerHelper.getContentRatingsManager().update(); in handleMessage()