Searched refs:sessionIds (Results 1 – 5 of 5) sorted by relevance
120 final List<TextClassificationSessionId> sessionIds = in multipleActiveSessions() local122 assertThat(sessionIds).hasSize(2); in multipleActiveSessions()123 assertThat(sessionIds.get(0).getValue()).isNotEqualTo(sessionIds.get(1).getValue()); in multipleActiveSessions()
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()215 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testLaunchAnotherActivity_onTopOfIt() local216 assertThat(sessionIds).hasSize(2); in testLaunchAnotherActivity_onTopOfIt()217 final ContentCaptureSessionId sessionId1 = sessionIds.get(0); in testLaunchAnotherActivity_onTopOfIt()219 final ContentCaptureSessionId sessionId2 = sessionIds.get(1); in testLaunchAnotherActivity_onTopOfIt()400 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testAddAndRemoveImportantChildOnDifferentSession() local401 assertThat(sessionIds).containsExactly(mainSessionId, childSessionId).inOrder(); in testAddAndRemoveImportantChildOnDifferentSession()
96 AbandonSessionCallBack(CountDownLatch countDownLatch, int[] sessionIds) { in AbandonSessionCallBack() argument99 for (int sessionId : sessionIds) { in AbandonSessionCallBack()211 private static List<PackageInstaller.SessionInfo> getAllChildSessions(int[] sessionIds) { in getAllChildSessions() argument213 for (int sessionId : sessionIds) { in getAllChildSessions()
973 List<Integer> sessionIds = retrieveLastSessionIds(); in testMultipleStagedInstall_ApkOnly_VerifyPostReboot() local974 for (int sessionId: sessionIds) { in testMultipleStagedInstall_ApkOnly_VerifyPostReboot()1001 List<Integer> sessionIds = retrieveLastSessionIds(); in testInstallMultipleStagedSession_PartialFail_ApkOnly_VerifyPostReboot() local1002 for (int sessionId: sessionIds) { in testInstallMultipleStagedSession_PartialFail_ApkOnly_VerifyPostReboot()1040 List<Integer> sessionIds = retrieveLastSessionIds(); in testFailureReasonPersists_MultipleSession_VerifyPostReboot() local1041 int failingSessionId = sessionIds.get(0); in testFailureReasonPersists_MultipleSession_VerifyPostReboot()1042 for (int sessionId: sessionIds) { in testFailureReasonPersists_MultipleSession_VerifyPostReboot()1538 private void storeSessionIds(List<Integer> sessionIds) throws Exception { in storeSessionIds() argument1540 writer.write(sessionIds.toString()); in storeSessionIds()
943 std::list<AMediaDrmSessionId> sessionIds; in Java_android_media_cts_NativeMediaDrmClearkeyTest_testFindSessionIdNative() local959 sessionIds.push_back(sessionId); in Java_android_media_cts_NativeMediaDrmClearkeyTest_testFindSessionIdNative()962 for (auto sessionId : sessionIds) { in Java_android_media_cts_NativeMediaDrmClearkeyTest_testFindSessionIdNative()