Searched refs:tvInputManagerHelper (Results 1 - 5 of 5) sorted by relevance

/packages/apps/TV/src/com/android/tv/analytics/
H A DSendConfigInfoRunnable.java32 public SendConfigInfoRunnable(Tracker tracker, TvInputManagerHelper tvInputManagerHelper) { argument
34 this.mTvInputManagerHelper = tvInputManagerHelper;
/packages/apps/TV/src/com/android/tv/util/
H A DSetupUtils.java160 TvInputManagerHelper tvInputManagerHelper = mTvApplication.getTvInputManagerHelper();
163 for (TvInputInfo input : tvInputManagerHelper.getTvInputInfos(true, true)) {
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramManager.java248 public ProgramManager(TvInputManagerHelper tvInputManagerHelper, argument
251 mTvInputManagerHelper = tvInputManagerHelper;
H A DProgramGuide.java164 TvInputManagerHelper tvInputManagerHelper, ChannelDataManager channelDataManager,
168 mProgramManager = new ProgramManager(tvInputManagerHelper, channelDataManager,
163 ProgramGuide(MainActivity activity, ChannelTuner channelTuner, TvInputManagerHelper tvInputManagerHelper, ChannelDataManager channelDataManager, ProgramDataManager programDataManager, @Nullable DvrDataManager dvrDataManager, Tracker tracker, Runnable preShowRunnable, Runnable postHideRunnable) argument
/packages/apps/TV/src/com/android/tv/ui/
H A DTunableTvView.java419 public void start(TvInputManagerHelper tvInputManagerHelper) { argument
420 mInputManagerHelper = tvInputManagerHelper;
421 mContentRatingsManager = tvInputManagerHelper.getContentRatingsManager();

Completed in 199 milliseconds