Searched refs:mTvInputManagerHelper (Results 1 – 9 of 9) sorted by relevance
67 private final TvInputManagerHelper mTvInputManagerHelper; field in AppLinkCardView86 mTvInputManagerHelper = ((MainActivity) context).getTvInputManagerHelper(); in AppLinkCardView()111 ApplicationInfo appInfo = mTvInputManagerHelper.getTvInputAppInfo(mChannel.getInputId()); in onBind()123 appLabel = mTvInputManagerHelper in onBind()141 mTvInputManagerHelper.setTvInputApplicationLabel( in onBind()156 Drawable appIcon = mTvInputManagerHelper in onBind()173 mTvInputManagerHelper.setTvInputApplicationIcon( in onBind()189 appLabel = mTvInputManagerHelper in onBind()208 mTvInputManagerHelper.setTvInputApplicationLabel( in onBind()281 mTvInputManagerHelper.getTvInputAppInfo(mChannel.getInputId()));[all …]
576 private final TvInputManagerHelper mTvInputManagerHelper; field in TvInputManagerHelper.HardwareInputComparator581 mTvInputManagerHelper = tvInputManagerHelper; in HardwareInputComparator()594 boolean enabledL = (mTvInputManagerHelper.getInputState(lhs) in compare()596 boolean enabledR = (mTvInputManagerHelper.getInputState(rhs) in compare()610 boolean isPhysicalL = mTvInputManagerHelper.isInputPhysicalTuner(lhs); in compare()611 boolean isPhysicalR = mTvInputManagerHelper.isInputPhysicalTuner(rhs); in compare()617 int sortKeyL = mTvInputManagerHelper.getInputSortKey(lhs); in compare()618 int sortKeyR = mTvInputManagerHelper.getInputSortKey(rhs); in compare()624 ? getLabel(mTvInputManagerHelper.getTvInputInfo(lhs.getParentId())) in compare()625 : getLabel(mTvInputManagerHelper.getTvInputInfo(lhs.getId())); in compare()[all …]
57 private final TvInputManagerHelper mTvInputManagerHelper; field in SelectInputView149 mTvInputManagerHelper = appSingletons.getTvInputManagerHelper(); in SelectInputView()151 new TvInputManagerHelper.HardwareInputComparator(context, mTvInputManagerHelper); in SelectInputView()201 mTvInputManagerHelper.addCallback(mTvInputCallback); in onEnterAction()205 && !isInputEnabled(mTvInputManagerHelper.getTvInputInfo(currentInputId))) { in onEnterAction()229 mTvInputManagerHelper.removeCallback(mTvInputCallback); in onExitAction()249 for (TvInputInfo input : mTvInputManagerHelper.getTvInputInfos(false, false)) { in buildInputListAndNotify()298 return mTvInputManagerHelper.getInputState(input) in isInputEnabled()
233 private TvInputManagerHelper mTvInputManagerHelper; field in MainActivity414 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()[all …]
116 private TvInputManagerHelper mTvInputManagerHelper; field in TvApplication406 if (mTvInputManagerHelper == null) { in getTvInputManagerHelper()407 mTvInputManagerHelper = new TvInputManagerHelper(this); in getTvInputManagerHelper()408 mTvInputManagerHelper.start(); in getTvInputManagerHelper()410 return mTvInputManagerHelper; in getTvInputManagerHelper()
30 private final TvInputManagerHelper mTvInputManagerHelper; field in SendConfigInfoRunnable34 this.mTvInputManagerHelper = tvInputManagerHelper; in SendConfigInfoRunnable()39 List<TvInputInfo> infoList = mTvInputManagerHelper.getTvInputInfos(false, false); in run()43 if (mTvInputManagerHelper.isSystemInput(info)) { in run()
84 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramTableAdapter121 mTvInputManagerHelper = TvApplication.getSingletons(context).getTvInputManagerHelper(); in ProgramTableAdapter()645 ParentalControlSettings parental = mTvInputManagerHelper.getParentalControlSettings();653 return mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled()658 String name = mTvInputManagerHelper.getContentRatingsManager()692 TvInputInfo info = mTvInputManagerHelper.getTvInputInfo(mChannel.getInputId());
60 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramManager188 mTvInputManagerHelper = tvInputManagerHelper; in ProgramManager()467 boolean parentalControlsEnabled = mTvInputManagerHelper.getParentalControlSettings() in updateTableEntriesWithoutNotification()
100 private TvInputManagerHelper mTvInputManagerHelper; field in NotificationService154 mTvInputManagerHelper = appSingletons.getTvInputManagerHelper(); in onCreate()362 TvInputInfo inputInfo = mTvInputManagerHelper.getTvInputInfo(inputId); in sendNotification()