Searched refs:testSession (Results 1 – 1 of 1) sorted by relevance
155 try (MediaSession2 testSession = new MediaSession2.Builder(mContext) in testOnGetSession_returnsSession() argument175 return testSession; in testOnGetSession_returnsSession()195 assertEquals(testSession.getToken(), controller.getConnectedToken()); in testOnGetSession_returnsSession()259 final MediaSession2 testSession = in testAllControllersDisconnected_oneSession() local265 return testSession; in testAllControllersDisconnected_oneSession()353 MediaSession2 testSession = service.getSessions().get(0); in testOnUpdateNotification() local361 assertEquals(testSession, session); in testOnUpdateNotification()373 testSession.setPlaybackActive(true); in testOnUpdateNotification()374 testSession.setPlaybackActive(false); in testOnUpdateNotification()