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.java67 private final TvInputManagerHelper mTvInputManagerHelper; field in AppLinkCardView
86 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 …]
/packages/apps/TV/src/com/android/tv/util/
DTvInputManagerHelper.java576 private final TvInputManagerHelper mTvInputManagerHelper; field in TvInputManagerHelper.HardwareInputComparator
581 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 …]
/packages/apps/TV/src/com/android/tv/ui/
DSelectInputView.java57 private final TvInputManagerHelper mTvInputManagerHelper; field in SelectInputView
149 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()
/packages/apps/TV/src/com/android/tv/
DMainActivity.java233 private TvInputManagerHelper mTvInputManagerHelper; field in MainActivity
414 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 …]
DTvApplication.java116 private TvInputManagerHelper mTvInputManagerHelper; field in TvApplication
406 if (mTvInputManagerHelper == null) { in getTvInputManagerHelper()
407 mTvInputManagerHelper = new TvInputManagerHelper(this); in getTvInputManagerHelper()
408 mTvInputManagerHelper.start(); in getTvInputManagerHelper()
410 return mTvInputManagerHelper; in getTvInputManagerHelper()
/packages/apps/TV/src/com/android/tv/analytics/
DSendConfigInfoRunnable.java30 private final TvInputManagerHelper mTvInputManagerHelper; field in SendConfigInfoRunnable
34 this.mTvInputManagerHelper = tvInputManagerHelper; in SendConfigInfoRunnable()
39 List<TvInputInfo> infoList = mTvInputManagerHelper.getTvInputInfos(false, false); in run()
43 if (mTvInputManagerHelper.isSystemInput(info)) { in run()
/packages/apps/TV/src/com/android/tv/guide/
DProgramTableAdapter.java84 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramTableAdapter
121 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());
DProgramManager.java60 private final TvInputManagerHelper mTvInputManagerHelper; field in ProgramManager
188 mTvInputManagerHelper = tvInputManagerHelper; in ProgramManager()
467 boolean parentalControlsEnabled = mTvInputManagerHelper.getParentalControlSettings() in updateTableEntriesWithoutNotification()
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java100 private TvInputManagerHelper mTvInputManagerHelper; field in NotificationService
154 mTvInputManagerHelper = appSingletons.getTvInputManagerHelper(); in onCreate()
362 TvInputInfo inputInfo = mTvInputManagerHelper.getTvInputInfo(inputId); in sendNotification()