Home
last modified time | relevance | path

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

/cts/tests/tests/media/src/android/media/cts/
DMediaSessionTest.java122 MediaSession anotherSession = null; in testSessionTokenEquals() local
124 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() local
698 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 …]