Home
last modified time | relevance | path

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

/cts/tests/tests/nativemedia/aaudio/jni/
Dtest_session_id.cpp89 int32_t sessionId2 = 0; in checkSessionIdAllocate() local
138 sessionId2 = AAudioStream_getSessionId(aaudioStream2); in checkSessionIdAllocate()
139 ASSERT_EQ(sessionId1, sessionId2); in checkSessionIdAllocate()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java170 final ContentCaptureSessionId sessionId2 = sessionIds.get(1); in testLaunchAnotherActivity() local
171 Log.v(TAG, "session id2: " + sessionId2); in testLaunchAnotherActivity()
176 final Session session2 = service.getFinishedSession(sessionId2); in testLaunchAnotherActivity()
222 final ContentCaptureSessionId sessionId2 = sessionIds.get(1); in testLaunchAnotherActivity_onTopOfIt() local
223 Log.v(TAG, "session id2: " + sessionId2); in testLaunchAnotherActivity_onTopOfIt()
234 final Session session2 = service.getFinishedSession(sessionId2); in testLaunchAnotherActivity_onTopOfIt()