Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaSession2ServiceTest.java155 try (MediaSession2 testSession = new MediaSession2.Builder(mContext) in testOnGetSession_returnsSession() argument
175 return testSession; in testOnGetSession_returnsSession()
195 assertEquals(testSession.getToken(), controller.getConnectedToken()); in testOnGetSession_returnsSession()
259 final MediaSession2 testSession = in testAllControllersDisconnected_oneSession() local
265 return testSession; in testAllControllersDisconnected_oneSession()
353 MediaSession2 testSession = service.getSessions().get(0); in testOnUpdateNotification() local
361 assertEquals(testSession, session); in testOnUpdateNotification()
373 testSession.setPlaybackActive(true); in testOnUpdateNotification()
374 testSession.setPlaybackActive(false); in testOnUpdateNotification()