Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/
DTestSingletonApp.java71 public FakeTvInputManagerHelper tvInputManagerHelper; field in TestSingletonApp
96 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()
/packages/apps/TV/src/com/android/tv/modules/
DTvApplicationModule.java54 TvInputManagerHelper tvInputManagerHelper = new TvInputManagerHelper(context); in providesTvInputManagerHelper() local
55 tvInputManagerHelper.start(); in providesTvInputManagerHelper()
56 return tvInputManagerHelper; in providesTvInputManagerHelper()
/packages/apps/TV/src/com/android/tv/analytics/
DSendConfigInfoRunnable.java28 public SendConfigInfoRunnable(Tracker tracker, TvInputManagerHelper tvInputManagerHelper) { in SendConfigInfoRunnable() argument
30 this.mTvInputManagerHelper = tvInputManagerHelper; in SendConfigInfoRunnable()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrStorageStatusManager.java109 TvInputManagerHelper tvInputManagerHelper = in onPostExecute() local
112 tvInputManagerHelper.getTvInputInfos(true, false); in onPostExecute()
/packages/apps/TV/src/com/android/tv/util/
DSetupUtils.java158 TvInputManagerHelper tvInputManagerHelper = singletons.getTvInputManagerHelper(); in markNewChannelsBrowsable() local
161 for (TvInputInfo input : tvInputManagerHelper.getTvInputInfos(true, true)) { in markNewChannelsBrowsable()
DTvInputManagerHelper.java729 public HardwareInputComparator(Context context, TvInputManagerHelper tvInputManagerHelper) { in HardwareInputComparator() argument
731 mTvInputManagerHelper = tvInputManagerHelper; in HardwareInputComparator()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java476 ProgramDataManager programDataManager, TvInputManagerHelper tvInputManagerHelper) { in initialize() argument
479 mInputManagerHelper = tvInputManagerHelper; in initialize()
480 mContentRatingsManager = tvInputManagerHelper.getContentRatingsManager(); in initialize()
481 mParentalControlSettings = tvInputManagerHelper.getParentalControlSettings(); in initialize()
/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java214 TvInputManagerHelper tvInputManagerHelper, in ProgramManager() argument
220 mTvInputManagerHelper = tvInputManagerHelper; in ProgramManager()
DProgramGuide.java177 TvInputManagerHelper tvInputManagerHelper, in ProgramGuide() argument
191 tvInputManagerHelper, in ProgramGuide()