Searched refs:tvInputService (Results 1 – 1 of 1) sorted by relevance
90 TestTvInputService tvInputService; field in BaseTvInputServiceTest96 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 …]