Searched refs:tvInputManagerHelper (Results 1 – 9 of 9) sorted by relevance
71 public FakeTvInputManagerHelper tvInputManagerHelper; field in TestSingletonApp96 tvInputManagerHelper = new FakeTvInputManagerHelper(this); in onCreate()98 tvInputManagerHelper.start(); in onCreate()99 mChannelDataManager = new ChannelDataManager(this, tvInputManagerHelper); in onCreate()107 tvInputManagerHelper in loadTestData()183 return tvInputManagerHelper; in getTvInputManagerHelper()
54 TvInputManagerHelper tvInputManagerHelper = new TvInputManagerHelper(context); in providesTvInputManagerHelper() local55 tvInputManagerHelper.start(); in providesTvInputManagerHelper()56 return tvInputManagerHelper; in providesTvInputManagerHelper()
28 public SendConfigInfoRunnable(Tracker tracker, TvInputManagerHelper tvInputManagerHelper) { in SendConfigInfoRunnable() argument30 this.mTvInputManagerHelper = tvInputManagerHelper; in SendConfigInfoRunnable()
109 TvInputManagerHelper tvInputManagerHelper = in onPostExecute() local112 tvInputManagerHelper.getTvInputInfos(true, false); in onPostExecute()
158 TvInputManagerHelper tvInputManagerHelper = singletons.getTvInputManagerHelper(); in markNewChannelsBrowsable() local161 for (TvInputInfo input : tvInputManagerHelper.getTvInputInfos(true, true)) { in markNewChannelsBrowsable()
729 public HardwareInputComparator(Context context, TvInputManagerHelper tvInputManagerHelper) { in HardwareInputComparator() argument731 mTvInputManagerHelper = tvInputManagerHelper; in HardwareInputComparator()
476 ProgramDataManager programDataManager, TvInputManagerHelper tvInputManagerHelper) { in initialize() argument479 mInputManagerHelper = tvInputManagerHelper; in initialize()480 mContentRatingsManager = tvInputManagerHelper.getContentRatingsManager(); in initialize()481 mParentalControlSettings = tvInputManagerHelper.getParentalControlSettings(); in initialize()
214 TvInputManagerHelper tvInputManagerHelper, in ProgramManager() argument220 mTvInputManagerHelper = tvInputManagerHelper; in ProgramManager()
177 TvInputManagerHelper tvInputManagerHelper, in ProgramGuide() argument191 tvInputManagerHelper, in ProgramGuide()