Home
last modified time | relevance | path

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

/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java166 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testLaunchAnotherActivity() local
167 assertThat(sessionIds).hasSize(2); in testLaunchAnotherActivity()
168 final ContentCaptureSessionId sessionId1 = sessionIds.get(0); in testLaunchAnotherActivity()
170 final ContentCaptureSessionId sessionId2 = sessionIds.get(1); in testLaunchAnotherActivity()
218 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testLaunchAnotherActivity_onTopOfIt() local
219 assertThat(sessionIds).hasSize(2); in testLaunchAnotherActivity_onTopOfIt()
220 final ContentCaptureSessionId sessionId1 = sessionIds.get(0); in testLaunchAnotherActivity_onTopOfIt()
222 final ContentCaptureSessionId sessionId2 = sessionIds.get(1); in testLaunchAnotherActivity_onTopOfIt()
404 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testAddAndRemoveImportantChildOnDifferentSession() local
405 assertThat(sessionIds).containsExactly(mainSessionId, childSessionId).inOrder(); in testAddAndRemoveImportantChildOnDifferentSession()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java916 List<Integer> sessionIds = retrieveLastSessionIds(); in testMultipleStagedInstall_ApkOnly_VerifyPostReboot() local
917 for (int sessionId: sessionIds) { in testMultipleStagedInstall_ApkOnly_VerifyPostReboot()
944 List<Integer> sessionIds = retrieveLastSessionIds(); in testInstallMultipleStagedSession_PartialFail_ApkOnly_VerifyPostReboot() local
945 for (int sessionId: sessionIds) { in testInstallMultipleStagedSession_PartialFail_ApkOnly_VerifyPostReboot()
1104 private void storeSessionIds(List<Integer> sessionIds) throws Exception { in storeSessionIds() argument
1106 writer.write(sessionIds.toString()); in storeSessionIds()
/cts/tests/tests/media/libmediandkjni/
Dnative-mediadrm-jni.cpp906 std::list<AMediaDrmSessionId> sessionIds; in Java_android_media_cts_NativeMediaDrmClearkeyTest_testFindSessionIdNative() local
922 sessionIds.push_back(sessionId); in Java_android_media_cts_NativeMediaDrmClearkeyTest_testFindSessionIdNative()
925 for (auto sessionId : sessionIds) { in Java_android_media_cts_NativeMediaDrmClearkeyTest_testFindSessionIdNative()