Searched refs:anotherSession (Results 1 – 1 of 1) sorted by relevance
122 MediaSession anotherSession = null; in testSessionTokenEquals() local124 anotherSession = new MediaSession(getContext(), TEST_SESSION_TAG); in testSessionTokenEquals()126 MediaSession.Token anotherSessionToken = anotherSession.getSessionToken(); in testSessionTokenEquals()133 if (anotherSession != null) { in testSessionTokenEquals()134 anotherSession.release(); in testSessionTokenEquals()696 MediaSession anotherSession = null; in testReleaseNoCrashWithMultipleSessions() local698 anotherSession = new MediaSession(getContext(), TEST_SESSION_TAG); in testReleaseNoCrashWithMultipleSessions()700 anotherSession.release(); in testReleaseNoCrashWithMultipleSessions()704 anotherSession = new MediaSession(getContext(), TEST_SESSION_TAG); in testReleaseNoCrashWithMultipleSessions()705 anotherSession.release(); in testReleaseNoCrashWithMultipleSessions()[all …]