Home
last modified time | relevance | path

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

/cts/tests/tests/tv/src/android/media/tv/cts/
DStubTvInputService.java36 String inputId, String tvInputSessionId, AttributionSource tvAppAttributionSource) { in onCreateSession() argument
37 super.onCreateSession(inputId, tvInputSessionId, tvAppAttributionSource); in onCreateSession()
38 return onCreateSession(inputId, tvInputSessionId); in onCreateSession()
DTvInputServiceTest.java1402 public Session onCreateSession(String inputId, String tvInputSessionId) {
1406 sSession = new CountingSession(this, tvInputSessionId);
1413 String inputId, String tvInputSessionId, AttributionSource tvAppAttributionSource) {
1415 super.onCreateSession(inputId, tvInputSessionId, tvAppAttributionSource);
1416 return onCreateSession(inputId, tvInputSessionId);
1425 public RecordingSession onCreateRecordingSession(String inputId, String tvInputSessionId) {
1430 sRecordingSession = new CountingRecordingSession(this, tvInputSessionId);
DTvInputManagerTest.java903 public Session onCreateSession(String inputId, String tvInputSessionId) { in onCreateSession() argument
904 sTvInputSessionId = tvInputSessionId; in onCreateSession()
/cts/tests/tests/tv/src/android/media/tv/ad/cts/
DStubTvInputService2.java36 public Session onCreateSession(String inputId, String tvInputSessionId) { in onCreateSession() argument
37 sTvInputSessionId = tvInputSessionId; in onCreateSession()
/cts/tests/tests/tv/src/android/media/tv/interactive/cts/
DStubTvInputService2.java40 public Session onCreateSession(String inputId, String tvInputSessionId) { in onCreateSession() argument
41 sTvInputSessionId = tvInputSessionId; in onCreateSession()