Home
last modified time | relevance | path

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

/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/
DBaseTvInputServiceTest.java30 private static class TestTvInputService extends BaseTvInputService { class in BaseTvInputServiceTest
37 private TestTvInputService() { in TestTvInputService() method in BaseTvInputServiceTest.TestTvInputService
90 TestTvInputService tvInputService;
91 ServiceController<TestTvInputService> controller;
95 controller = Robolectric.buildService(TestTvInputService.class); in setUp()
/packages/apps/TV/tests/input/src/com/android/tv/testinput/instrument/
DTestSetupInstrumentation.java25 import com.android.tv.testinput.TestTvInputService;
76 mInputId = TestTvInputService.buildInputId(getContext()); in onStart()
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
DTestTvInputService.java51 public class TestTvInputService extends TvInputService { class
64 return TvContract.buildInputId(new ComponentName(context, TestTvInputService.class)); in buildInputId()