Home
last modified time | relevance | path

Searched refs:mTvInputManagerHelper (Results 1 – 10 of 10) 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.java739 private final TvInputManagerHelper mTvInputManagerHelper; field in TvInputManagerHelper.HardwareInputComparator
744 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 …]
/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.java122 private final TvInputManagerHelper mTvInputManagerHelper; field in ChannelBannerView
236 mTvInputManagerHelper = singletons.getTvInputManagerHelperSingleton(); in ChannelBannerView()
270 mContentRatingsManager = mTvInputManagerHelper.getContentRatingsManager(); in ChannelBannerView()
492 TvInputInfo info = mTvInputManagerHelper.getTvInputInfo(getCurrentInputId()); in updateChannelInfo()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java293 @Inject TvInputManagerHelper mTvInputManagerHelper; field in MainActivity
489 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 …]
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java83 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramTableAdapter
123 mTvInputManagerHelper = TvSingletons.getSingletons(context).getTvInputManagerHelper(); in ProgramTableAdapter()
718 ParentalControlSettings parental = mTvInputManagerHelper.getParentalControlSettings();
726 return mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled()
732 mTvInputManagerHelper
767 TvInputInfo info = mTvInputManagerHelper.getTvInputInfo(mChannel.getInputId());
DProgramManager.java60 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramManager
212 mTvInputManagerHelper = tvInputManagerHelper; in ProgramManager()
472 mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled(); in updateTableEntriesWithoutNotification()
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java99 private TvInputManagerHelper mTvInputManagerHelper; field in NotificationService
153 mTvInputManagerHelper = tvSingletons.getTvInputManagerHelper(); in onCreate()
373 TvInputInfo inputInfo = mTvInputManagerHelper.getTvInputInfo(inputId); in sendNotification()
/packages/apps/TV/src/com/android/tv/dialog/
DPinDialogFragment.java96 @Inject TvInputManagerHelper mTvInputManagerHelper; field in PinDialogFragment
199 mTvInputManagerHelper in onCreateView()
/packages/apps/TV/src/com/android/tv/data/
DProgramDataManager.java121 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramDataManager
188 mTvInputManagerHelper = tvInputManagerHelper; in ProgramDataManager()
950 mTvInputManagerHelper.getContentRatingsManager().update(); in handleMessage()