Home
last modified time | relevance | path

Searched defs:sessionIds (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/appenumeration/src/android/appenumeration/cts/
DPackageInstallerEnumerationTests.java66 final Integer[] sessionIds = getSessionInfos(ACTION_GET_SESSION_INFO, QUERIES_NOTHING, in getSessionInfo_queriesNothing_cannotSeeSession() local
74 final Integer[] sessionIds = getSessionInfos(ACTION_GET_SESSION_INFO, QUERIES_NOTHING_PERM, in getSessionInfo_queriesNothingHasPermission_canSeeSession() local
82 final Integer[] sessionIds = getSessionInfos(ACTION_GET_SESSION_INFO, QUERIES_PACKAGE, in getSessionInfo_queriesPackage_canSeeSession() local
90 final Integer[] sessionIds = getSessionInfos(ACTION_GET_SESSION_INFO, QUERIES_NOTHING_Q, in getSessionInfo_queriesNothingTargetsQ_canSeeSession() local
107 final Integer[] sessionIds = getSessionInfos(ACTION_GET_STAGED_SESSIONS, QUERIES_NOTHING, in getStagedSessions_queriesNothing_cannotSeeSession() local
116 final Integer[] sessionIds = getSessionInfos(ACTION_GET_STAGED_SESSIONS, in getStagedSessions_queriesNothingHasPermission_canSeeSession() local
125 final Integer[] sessionIds = getSessionInfos(ACTION_GET_STAGED_SESSIONS, QUERIES_PACKAGE, in getStagedSessions_queriesPackage_canSeeSession() local
134 final Integer[] sessionIds = getSessionInfos(ACTION_GET_STAGED_SESSIONS, QUERIES_NOTHING_Q, in getStagedSessions_queriesNothingTargetsQ_canSeeSession() local
144 final Integer[] sessionIds = installer.getStagedSessions().stream() in getStagedSessions_sessionOwner_canSeeSession() local
154 final Integer[] sessionIds = getSessionInfos(ACTION_GET_ALL_SESSIONS, QUERIES_NOTHING, in getAllSessions_queriesNothing_cannotSeeSession() local
[all …]
DLauncherAppsEnumerationTests.java370 final Integer[] sessionIds = getSessionInfos(ACTION_GET_ALL_PACKAGE_INSTALLER_SESSIONS, in getAllPkgInstallerSessions_queriesNothing_cannotSeeSessions() local
386 final Integer[] sessionIds = getSessionInfos(ACTION_GET_ALL_PACKAGE_INSTALLER_SESSIONS, in getAllPkgInstallerSessions_queriesNothingHasPermission_canSeeSessions() local
401 final Integer[] sessionIds = getSessionInfos(ACTION_GET_ALL_PACKAGE_INSTALLER_SESSIONS, in getAllPkgInstallerSessions_queriesPackage_canSeeSessions() local
417 final Integer[] sessionIds = getSessionInfos(ACTION_GET_ALL_PACKAGE_INSTALLER_SESSIONS, in getAllPkgInstallerSessions_queriesNothingTargetsQ_canSeeSessions() local
433 final Integer[] sessionIds = launcherApps.getAllPackageInstallerSessions().stream() in getAllPkgInstallerSessions_sessionOwner_canSeeSessions() local
/cts/tests/tests/textclassifier/src/android/view/textclassifier/cts/
DTextClassifierServiceSwapTest.java129 final List<TextClassificationSessionId> sessionIds = in testMultipleActiveSessions() local
169 final List<TextClassificationSessionId> sessionIds = in serviceOnSuggestConversationActions() local
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DSessionAbandonBehaviorTest.java96 AbandonSessionCallBack(CountDownLatch countDownLatch, int[] sessionIds) { in AbandonSessionCallBack()
211 private static List<PackageInstaller.SessionInfo> getAllChildSessions(int[] sessionIds) { in getAllChildSessions()
/cts/hostsidetests/stagedinstall/app/src/com/android/tests/stagedinstall/
DStagedInstallTest.java935 List<Integer> sessionIds = retrieveLastSessionIds(); in testMultipleStagedInstall_ApkOnly_VerifyPostReboot() local
961 List<Integer> sessionIds = retrieveLastSessionIds(); in testInstallMultipleStagedSession_PartialFail_ApkOnly_VerifyPostReboot() local
1000 List<Integer> sessionIds = retrieveLastSessionIds(); in testFailureReasonPersists_MultipleSession_VerifyPostReboot() local
1522 private void storeSessionIds(List<Integer> sessionIds) throws Exception { in storeSessionIds()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DChildlessActivityTest.java166 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testLaunchAnotherActivity() local
218 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testLaunchAnotherActivity_onTopOfIt() local
411 final List<ContentCaptureSessionId> sessionIds = service.getAllSessionIds(); in testAddAndRemoveImportantChildOnDifferentSession() local
/cts/tests/tests/media/drmframework/jni/
Dnative-mediadrm-jni.cpp945 std::list<AMediaDrmSessionId> sessionIds; in testFindSessionIdNative() local