Home
last modified time | relevance | path

Searched refs:setupUtils (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/
H A DSetupPassthroughActivityTest.java239 testSingletonApp.setupUtils = setupUtils; in onActivityResult_ok()
245 assertThat(setupUtils.finishedId).isEqualTo("com.example/.Input"); in onActivityResult_ok()
248 setupUtils.finishedRunnable.run(); in onActivityResult_ok()
257 testSingletonApp.setupUtils = setupUtils; in onActivityResult_3rdPartyEpg_ok()
273 setupUtils.finishedRunnable.run(); in onActivityResult_3rdPartyEpg_ok()
282 testSingletonApp.setupUtils = setupUtils; in onActivityResult_3rdPartyEpg_notAllowed()
294 setupUtils.finishedRunnable.run(); in onActivityResult_3rdPartyEpg_notAllowed()
303 testSingletonApp.setupUtils = setupUtils; in onActivityResult_3rdPartyEpg_disabled()
320 setupUtils.finishedRunnable.run(); in onActivityResult_3rdPartyEpg_disabled()
328 testSingletonApp.setupUtils = setupUtils; in onActivityResult_ok_tvInputInfo_null()
[all …]
/aosp12/packages/apps/TV/tests/robotests/src/com/android/tv/data/
H A DTvInputNewComparatorTest.java55 SetupUtils setupUtils = Mockito.mock(SetupUtils.class); in testComparator() local
56 Mockito.when(setupUtils.isNewInput(ArgumentMatchers.anyString())) in testComparator()
65 Mockito.when(setupUtils.isSetupDone(ArgumentMatchers.anyString())) in testComparator()
83 TvInputNewComparator comparator = new TvInputNewComparator(setupUtils, inputManager); in testComparator()
/aosp12/packages/apps/TV/src/com/android/tv/data/
H A DTvInputNewComparator.java29 public TvInputNewComparator(SetupUtils setupUtils, TvInputManagerHelper inputManager) { in TvInputNewComparator() argument
30 mSetupUtils = setupUtils; in TvInputNewComparator()
/aosp12/packages/apps/TV/tests/common/src/com/android/tv/testing/
H A DTestSingletonApp.java71 public SetupUtils setupUtils; field in TestSingletonApp
86 setupUtils = new SetupUtils(this, mBuiltInTunerManagerOptional); in onCreate()
174 return setupUtils; in getSetupUtils()