Searched refs:tvInputSessionId (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/tv/src/android/media/tv/cts/ |
D | StubTvInputService.java | 36 String inputId, String tvInputSessionId, AttributionSource tvAppAttributionSource) { in onCreateSession() argument 37 super.onCreateSession(inputId, tvInputSessionId, tvAppAttributionSource); in onCreateSession() 38 return onCreateSession(inputId, tvInputSessionId); in onCreateSession()
|
D | TvInputServiceTest.java | 1402 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);
|
D | TvInputManagerTest.java | 903 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/ |
D | StubTvInputService2.java | 36 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/ |
D | StubTvInputService2.java | 40 public Session onCreateSession(String inputId, String tvInputSessionId) { in onCreateSession() argument 41 sTvInputSessionId = tvInputSessionId; in onCreateSession()
|