Searched refs:onCreateSession (Results 1 – 5 of 5) sorted by relevance
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()133 tvInputService.getSessionManager().addSession(tvInputService.onCreateSession("test")); in testReceiver_actionBlockedChanged()142 tvInputService.getSessionManager().addSession(tvInputService.onCreateSession("test")); in testReceiver_invalidAction()
29 public BaseTvInputSessionImpl onCreateSession(String s) { in onCreateSession() method in SampleTvInputService
60 public final WrappedSession onCreateSession(String inputId) { in onCreateSession() method in BaseTvInputService
131 public Session onCreateSession(String inputId) { in onCreateSession() method in BaseTunerTvInputService
75 public Session onCreateSession(String inputId) { in onCreateSession() method in TestTvInputService