Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DIdentityCredentialAuthenticationMultiDocument.java269 PresentationSession anotherSession = store.createPresentationSession( in startTest()
272 status = getFooStatus(anotherSession, "credential1"); in startTest()
279 status = getFooStatus(anotherSession, "credential2"); in startTest()
/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaSessionTest.java191 MediaSession anotherSession = null; in testSessionTokenEquals() local
193 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() local
870 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 …]