Searched defs:mTvInputManagerHelper (Results 1 - 8 of 8) sorted by relevance

/packages/apps/TV/src/com/android/tv/analytics/
H A DSendConfigInfoRunnable.java30 private final TvInputManagerHelper mTvInputManagerHelper; field in class:SendConfigInfoRunnable
34 this.mTvInputManagerHelper = tvInputManagerHelper;
39 List<TvInputInfo> infoList = mTvInputManagerHelper.getTvInputInfos(false, false);
43 if (mTvInputManagerHelper.isSystemInput(info)) {
/packages/apps/TV/src/com/android/tv/
H A DTvApplication.java83 private TvInputManagerHelper mTvInputManagerHelper; field in class:TvApplication
122 mTvInputManagerHelper = new TvInputManagerHelper(this);
123 mTvInputManagerHelper.start();
124 mTvInputManagerHelper.addCallback(new TvInputCallback() {
187 mChannelDataManager = new ChannelDataManager(this, mTvInputManagerHelper);
224 return mTvInputManagerHelper;
H A DMainActivity.java244 private TvInputManagerHelper mTvInputManagerHelper; field in class:MainActivity
439 boolean parentalControlEnabled = mTvInputManagerHelper.getParentalControlSettings()
473 mTvInputManagerHelper = tvApplication.getTvInputManagerHelper();
474 mTvInputManagerHelper.addCallback(mTvInputCallback);
481 mChannelTuner = new ChannelTuner(mChannelDataManager, mTvInputManagerHelper);
484 mPipInputManager = new PipInputManager(this, mTvInputManagerHelper, mChannelTuner);
649 new SendConfigInfoRunnable(mTracker, mTvInputManagerHelper), null);
655 mTvInputManagerHelper.getContentRatingsManager().update();
881 TvInputInfo input = mTvInputManagerHelper.getTvInputInfo(inputId);
883 input = mTvInputManagerHelper
[all...]
/packages/apps/TV/src/com/android/tv/menu/
H A DAppLinkCardView.java73 private final TvInputManagerHelper mTvInputManagerHelper; field in class:AppLinkCardView
95 mTvInputManagerHelper = ((MainActivity) context).getTvInputManagerHelper();
117 ApplicationInfo appInfo = mTvInputManagerHelper.getTvInputAppInfo(mChannel.getInputId());
214 mTvInputManagerHelper.getTvInputAppInfo(mChannel.getInputId()));
/packages/apps/TV/src/com/android/tv/recommendation/
H A DNotificationService.java102 private TvInputManagerHelper mTvInputManagerHelper; field in class:NotificationService
162 mTvInputManagerHelper = appSingletons.getTvInputManagerHelper();
370 TvInputInfo inputInfo = mTvInputManagerHelper.getTvInputInfo(inputId);
/packages/apps/TV/src/com/android/tv/ui/
H A DSelectInputView.java60 private final TvInputManagerHelper mTvInputManagerHelper; field in class:SelectInputView
152 mTvInputManagerHelper = appSingletons.getTvInputManagerHelper();
202 mTvInputManagerHelper.addCallback(mTvInputCallback);
206 && !isInputEnabled(mTvInputManagerHelper.getTvInputInfo(currentInputId))) {
230 mTvInputManagerHelper.removeCallback(mTvInputCallback);
250 for (TvInputInfo input : mTvInputManagerHelper.getTvInputInfos(false, false)) {
299 return mTvInputManagerHelper.getInputState(input)
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramTableAdapter.java72 private final TvInputManagerHelper mTvInputManagerHelper; field in class:ProgramTableAdapter
96 mTvInputManagerHelper = TvApplication.getSingletons(context).getTvInputManagerHelper();
470 ParentalControlSettings parental = mTvInputManagerHelper.getParentalControlSettings();
478 return mTvInputManagerHelper.getParentalControlSettings().isParentalControlsEnabled()
483 String name = mTvInputManagerHelper.getContentRatingsManager()
515 TvInputInfo info = mTvInputManagerHelper.getTvInputInfo(mChannel.getInputId());
H A DProgramManager.java58 private final TvInputManagerHelper mTvInputManagerHelper; field in class:ProgramManager
251 mTvInputManagerHelper = tvInputManagerHelper;
401 boolean parentalControlsEnabled = mTvInputManagerHelper.getParentalControlSettings()

Completed in 71 milliseconds