Searched refs:anotherSession (Results 1 – 2 of 2) sorted by relevance
269 PresentationSession anotherSession = store.createPresentationSession( in startTest()272 status = getFooStatus(anotherSession, "credential1"); in startTest()279 status = getFooStatus(anotherSession, "credential2"); in startTest()
191 MediaSession anotherSession = null; in testSessionTokenEquals() local193 anotherSession = new MediaSession(getContext(), TEST_SESSION_TAG); in testSessionTokenEquals()195 MediaSession.Token anotherSessionToken = anotherSession.getSessionToken(); in testSessionTokenEquals()203 if (anotherSession != null) { in testSessionTokenEquals()204 anotherSession.release(); in testSessionTokenEquals()868 MediaSession anotherSession = null; in testReleaseNoCrashWithMultipleSessions() local870 anotherSession = new MediaSession(getContext(), TEST_SESSION_TAG); in testReleaseNoCrashWithMultipleSessions()872 anotherSession.release(); in testReleaseNoCrashWithMultipleSessions()876 anotherSession = new MediaSession(getContext(), TEST_SESSION_TAG); in testReleaseNoCrashWithMultipleSessions()877 anotherSession.release(); in testReleaseNoCrashWithMultipleSessions()[all …]