Searched refs:sessionIds (Results 1 – 3 of 3) sorted by relevance
166 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testLaunchAnotherActivity() local167 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() local219 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() local405 assertThat(sessionIds).containsExactly(mainSessionId, childSessionId).inOrder(); in testAddAndRemoveImportantChildOnDifferentSession()
916 List<Integer> sessionIds = retrieveLastSessionIds(); in testMultipleStagedInstall_ApkOnly_VerifyPostReboot() local917 for (int sessionId: sessionIds) { in testMultipleStagedInstall_ApkOnly_VerifyPostReboot()944 List<Integer> sessionIds = retrieveLastSessionIds(); in testInstallMultipleStagedSession_PartialFail_ApkOnly_VerifyPostReboot() local945 for (int sessionId: sessionIds) { in testInstallMultipleStagedSession_PartialFail_ApkOnly_VerifyPostReboot()1104 private void storeSessionIds(List<Integer> sessionIds) throws Exception { in storeSessionIds() argument1106 writer.write(sessionIds.toString()); in storeSessionIds()
906 std::list<AMediaDrmSessionId> sessionIds; in Java_android_media_cts_NativeMediaDrmClearkeyTest_testFindSessionIdNative() local922 sessionIds.push_back(sessionId); in Java_android_media_cts_NativeMediaDrmClearkeyTest_testFindSessionIdNative()925 for (auto sessionId : sessionIds) { in Java_android_media_cts_NativeMediaDrmClearkeyTest_testFindSessionIdNative()