Searched refs:tvInputManagerHelper (Results 1 – 7 of 7) sorted by relevance
32 public SendConfigInfoRunnable(Tracker tracker, TvInputManagerHelper tvInputManagerHelper) { in SendConfigInfoRunnable() argument34 this.mTvInputManagerHelper = tvInputManagerHelper; in SendConfigInfoRunnable()
468 TvInputManagerHelper tvInputManagerHelper) { in initialize() argument471 mInputManagerHelper = tvInputManagerHelper; in initialize()472 mContentRatingsManager = tvInputManagerHelper.getContentRatingsManager(); in initialize()473 mParentalControlSettings = tvInputManagerHelper.getParentalControlSettings(); in initialize()
341 TvInputManagerHelper tvInputManagerHelper = in onPostExecute() local344 tvInputManagerHelper.getTvInputInfos(true, false); in onPostExecute()
169 TvInputManagerHelper tvInputManagerHelper = mTvApplication.getTvInputManagerHelper(); in markNewChannelsBrowsable() local172 for (TvInputInfo input : tvInputManagerHelper.getTvInputInfos(true, true)) { in markNewChannelsBrowsable()
579 public HardwareInputComparator(Context context, TvInputManagerHelper tvInputManagerHelper) { in HardwareInputComparator() argument581 mTvInputManagerHelper = tvInputManagerHelper; in HardwareInputComparator()
184 public ProgramManager(TvInputManagerHelper tvInputManagerHelper, in ProgramManager() argument188 mTvInputManagerHelper = tvInputManagerHelper; in ProgramManager()
169 TvInputManagerHelper tvInputManagerHelper, ChannelDataManager channelDataManager, in ProgramGuide() argument174 mProgramManager = new ProgramManager(tvInputManagerHelper, channelDataManager, in ProgramGuide()