Home
last modified time | relevance | path

Searched refs:mTvInputManagerHelper (Results 1 – 9 of 9) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DAppLinkCardView.java63 private final TvInputManagerHelper mTvInputManagerHelper; field in AppLinkCardView
82 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 …]
/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java726 private final TvInputManagerHelper mTvInputManagerHelper; field in TvInputManagerHelper.HardwareInputComparator
731 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 …]
/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java54 private final TvInputManagerHelper mTvInputManagerHelper; field in SelectInputView
148 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()
DChannelBannerView.java118 private final TvInputManagerHelper mTvInputManagerHelper; field in ChannelBannerView
231 mTvInputManagerHelper = singletons.getTvInputManagerHelperSingleton(); in ChannelBannerView()
265 mContentRatingsManager = mTvInputManagerHelper.getContentRatingsManager(); in ChannelBannerView()
476 TvInputInfo info = mTvInputManagerHelper.getTvInputInfo(getCurrentInputId()); in updateChannelInfo()
/packages/apps/TV/src/com/android/tv/analytics/
DSendConfigInfoRunnable.java26 private final TvInputManagerHelper mTvInputManagerHelper; field in SendConfigInfoRunnable
30 this.mTvInputManagerHelper = tvInputManagerHelper; in SendConfigInfoRunnable()
35 List<TvInputInfo> infoList = mTvInputManagerHelper.getTvInputInfos(false, false); in run()
39 if (mTvInputManagerHelper.isSystemInput(info)) { in run()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java270 @Inject TvInputManagerHelper mTvInputManagerHelper; field in MainActivity
463 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 …]
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java80 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramTableAdapter
119 mTvInputManagerHelper = TvSingletons.getSingletons(context).getTvInputManagerHelper(); in ProgramTableAdapter()
684 ParentalControlSettings parental = mTvInputManagerHelper.getParentalControlSettings();
692 return mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled()
698 mTvInputManagerHelper
733 TvInputInfo info = mTvInputManagerHelper.getTvInputInfo(mChannel.getInputId());
DProgramManager.java58 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramManager
129 mTvInputManagerHelper
220 mTvInputManagerHelper = tvInputManagerHelper; in ProgramManager()
484 mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled(); in updateTableEntriesWithoutNotification()
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java97 private TvInputManagerHelper mTvInputManagerHelper; field in NotificationService
151 mTvInputManagerHelper = tvSingletons.getTvInputManagerHelper(); in onCreate()
371 TvInputInfo inputInfo = mTvInputManagerHelper.getTvInputInfo(inputId); in sendNotification()