Home
last modified time | relevance | path

Searched refs:tvInputManagerHelper (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/src/com/android/tv/analytics/
DSendConfigInfoRunnable.java32 public SendConfigInfoRunnable(Tracker tracker, TvInputManagerHelper tvInputManagerHelper) { in SendConfigInfoRunnable() argument
34 this.mTvInputManagerHelper = tvInputManagerHelper; in SendConfigInfoRunnable()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java468 TvInputManagerHelper tvInputManagerHelper) { in initialize() argument
471 mInputManagerHelper = tvInputManagerHelper; in initialize()
472 mContentRatingsManager = tvInputManagerHelper.getContentRatingsManager(); in initialize()
473 mParentalControlSettings = tvInputManagerHelper.getParentalControlSettings(); in initialize()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrStorageStatusManager.java341 TvInputManagerHelper tvInputManagerHelper = in onPostExecute() local
344 tvInputManagerHelper.getTvInputInfos(true, false); in onPostExecute()
/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java169 TvInputManagerHelper tvInputManagerHelper = mTvApplication.getTvInputManagerHelper(); in markNewChannelsBrowsable() local
172 for (TvInputInfo input : tvInputManagerHelper.getTvInputInfos(true, true)) { in markNewChannelsBrowsable()
DTvInputManagerHelper.java579 public HardwareInputComparator(Context context, TvInputManagerHelper tvInputManagerHelper) { in HardwareInputComparator() argument
581 mTvInputManagerHelper = tvInputManagerHelper; in HardwareInputComparator()
/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java184 public ProgramManager(TvInputManagerHelper tvInputManagerHelper, in ProgramManager() argument
188 mTvInputManagerHelper = tvInputManagerHelper; in ProgramManager()
DProgramGuide.java169 TvInputManagerHelper tvInputManagerHelper, ChannelDataManager channelDataManager, in ProgramGuide() argument
174 mProgramManager = new ProgramManager(tvInputManagerHelper, channelDataManager, in ProgramGuide()