Home
last modified time | relevance | path

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

/packages/apps/TV/common/tests/robotests/src/com/android/tv/common/support/tis/
DBaseTvInputServiceTest.java90 TestTvInputService tvInputService; field in BaseTvInputServiceTest
96 tvInputService = controller.create().get(); in setUp()
101 assertThat(tvInputService.onCreateSession("test")).isNotNull(); in createSession_once()
106 WrappedSession first = tvInputService.onCreateSession("test"); in createSession_twice()
108 WrappedSession second = tvInputService.onCreateSession("test"); in createSession_twice()
114 WrappedSession first = tvInputService.onCreateSession("test"); in createSession_release()
117 WrappedSession second = tvInputService.onCreateSession("test"); in createSession_release()
124 tvInputService.getSessionManager().addSession(tvInputService.onCreateSession("test")); in testReceiver_actionEnabledChanged()
125 tvInputService.broadcastReceiver.onReceive( in testReceiver_actionEnabledChanged()
128 assertThat(tvInputService.getParentalControlsChangedCount()).isEqualTo(1); in testReceiver_actionEnabledChanged()
[all …]