Home
last modified time | relevance | path

Searched refs:TestModule (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
DProgramItemViewTest.java31 import com.android.tv.guide.ProgramItemViewTest.TestModule.Contributes;
75 .testModule(new TestModule(this)) in onCreate()
90 TestModule.class,
96 public static class TestModule { class in ProgramItemViewTest
106 TestModule(TestApp test) { in TestModule() method in ProgramItemViewTest.TestModule
/packages/apps/TV/tests/robotests/src/com/android/tv/
DSetupPassthroughActivityTest.java392 .testModule(new TestModule(this)) in applicationInjector()
403 TestModule.class,
415 static class TestModule { class in SetupPassthroughActivityTest
418 TestModule(MyTestApp test) { in TestModule() method in SetupPassthroughActivityTest.TestModule
/packages/apps/TV/tests/robotests/src/com/android/tv/data/epg/
DEpgFetcherImplTest.java104 TestModule.class,
111 public static class TestModule {} class in EpgFetcherImplTest