Searched refs:TestTvInputService (Results 1 – 3 of 3) sorted by relevance
30 private static class TestTvInputService extends BaseTvInputService { class in BaseTvInputServiceTest37 private TestTvInputService() { in TestTvInputService() method in BaseTvInputServiceTest.TestTvInputService90 TestTvInputService tvInputService;91 ServiceController<TestTvInputService> controller;95 controller = Robolectric.buildService(TestTvInputService.class); in setUp()
25 import com.android.tv.testinput.TestTvInputService;76 mInputId = TestTvInputService.buildInputId(getContext()); in onStart()
51 public class TestTvInputService extends TvInputService { class64 return TvContract.buildInputId(new ComponentName(context, TestTvInputService.class)); in buildInputId()