Home
last modified time | relevance | path

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

/packages/apps/TV/tests/robotests/src/com/android/tv/
DSetupPassthroughActivityTest.java102 testSingletonApp.tvInputManagerHelper.getFakeTvInputManager(); in setup()
135 testSingletonApp.tvInputManagerHelper = new FakeTvInputManagerHelper(testSingletonApp); in create_inputNotFound()
136 testSingletonApp.tvInputManagerHelper.start(); in create_inputNotFound()
137 testSingletonApp.tvInputManagerHelper.getFakeTvInputManager().add(testInput, -1); in create_inputNotFound()
148 testSingletonApp.tvInputManagerHelper.start(); in create_validInput()
149 testSingletonApp.tvInputManagerHelper.getFakeTvInputManager().add(testInput, -1); in create_validInput()
163 testSingletonApp.tvInputManagerHelper.start(); in create_trustedCallingPackage()
164 testSingletonApp.tvInputManagerHelper.getFakeTvInputManager().add(testInput, -1); in create_trustedCallingPackage()
187 testSingletonApp.tvInputManagerHelper.start(); in create_nonTrustedCallingPackage()
188 testSingletonApp.tvInputManagerHelper.getFakeTvInputManager().add(testInput, -1); in create_nonTrustedCallingPackage()
[all …]
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DTestSingletonApp.java70 public FakeTvInputManagerHelper tvInputManagerHelper; field in TestSingletonApp
85 tvInputManagerHelper = new FakeTvInputManagerHelper(this); in onCreate()
87 tvInputManagerHelper.start(); in onCreate()
90 this, tvInputManagerHelper, dbExecutor, getContentResolver()); in onCreate()
98 tvInputManagerHelper in loadTestData()
164 return tvInputManagerHelper; in getTvInputManagerHelper()
/packages/apps/TV/src/com/android/tv/modules/
DTvApplicationModule.java93 TvInputManagerHelper tvInputManagerHelper = new TvInputManagerHelper(context, legacyFlags); in providesTvInputManagerHelper() local
94 tvInputManagerHelper.start(); in providesTvInputManagerHelper()
96 return tvInputManagerHelper; in providesTvInputManagerHelper()
/packages/apps/TV/tests/robotests/src/com/android/tv/util/
DTvInputManagerHelperRoboTest.java46 TvInputManagerHelper tvInputManagerHelper = in getInputState_null() local
50 .isSameInstanceAs(tvInputManagerHelper.getInputState(tvinputInfo)); in getInputState_null()
/packages/apps/TV/tests/robotests/src/com/android/tv/data/
DProgramDataManagerTest.java77 FakeTvInputManagerHelper tvInputManagerHelper = in setUp() local
84 tvInputManagerHelper, in setUp()
97 tvInputManagerHelper); in setUp()
/packages/apps/TV/src/com/android/tv/dvr/
DDvrStorageStatusManager.java109 TvInputManagerHelper tvInputManagerHelper = in onPostExecute() local
112 tvInputManagerHelper.getTvInputInfos(true, false); in onPostExecute()
DDvrDataManagerImpl.java207 TvInputManagerHelper tvInputManagerHelper, in DvrDataManagerImpl() argument
215 mInputManager = tvInputManagerHelper; in DvrDataManagerImpl()
/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.java742 public HardwareInputComparator(Context context, TvInputManagerHelper tvInputManagerHelper) { in HardwareInputComparator() argument
744 mTvInputManagerHelper = tvInputManagerHelper; in HardwareInputComparator()
/packages/apps/TV/src/com/android/tv/ui/
DTunableTvView.java482 TvInputManagerHelper tvInputManagerHelper, in initialize() argument
488 mInputManagerHelper = tvInputManagerHelper; in initialize()
489 mContentRatingsManager = tvInputManagerHelper.getContentRatingsManager(); in initialize()
490 mParentalControlSettings = tvInputManagerHelper.getParentalControlSettings(); in initialize()
/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java207 TvInputManagerHelper tvInputManagerHelper, in ProgramManager() argument
212 mTvInputManagerHelper = tvInputManagerHelper; in ProgramManager()
DProgramGuide.java182 TvInputManagerHelper tvInputManagerHelper, in ProgramGuide() argument
196 tvInputManagerHelper, in ProgramGuide()
/packages/apps/TV/src/com/android/tv/data/
DProgramDataManager.java179 TvInputManagerHelper tvInputManagerHelper) { in ProgramDataManager() argument
188 mTvInputManagerHelper = tvInputManagerHelper; in ProgramDataManager()