Home
last modified time | relevance | path

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

/cts/tests/tests/util/src/android/util/cts/
DInstallUtilTest.java220 try (PackageInstaller.Session childSession in testOpenSessionForMultiPackageSession()
/cts/tests/tests/packageinstaller/atomicinstall/src/com/android/tests/atomicinstall/
DSessionAbandonBehaviorTest.java470 final PackageInstaller.Session childSession = openSession(firstChildSession); in abandon_stagedParentSession_openedChildSession_getNamesShouldReturnEmptyList() local
498 final PackageInstaller.Session childSession = openSession(firstChildSession); in abandon_nonStagedParentSession_openedChildSession_canNotGetNames() local
DAtomicInstallTest.java349 try (PackageInstaller.Session childSession = in testInvalidStateScenarios()
/cts/tests/contentcaptureservice/src/android/contentcaptureservice/cts/
DLoginActivityTest.java146 final ContentCaptureSession childSession = mainSession in testContentCaptureSessionCache() local
186 final ContentCaptureSession childSession = mainSession in testSimpleLifecycle_rootViewSession() local
214 final Session childSession = service.getFinishedSession(childSessionId); in testSimpleLifecycle_rootViewSession() local
DChildlessActivityTest.java396 final ContentCaptureSession childSession = mainSession in testAddAndRemoveImportantChildOnDifferentSession() local
583 final ContentCaptureSession childSession = mainSession in dinamicallyAddOneChildOnAnotherSessionTest() local
812 final ContentCaptureSession childSession = mainSession in testNestedSessions_simplestScenario() local
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPreapprovalInstallTest.kt463 val (childSessionId, childSession) = createSession( in requestUserPreapproval_childSession_statusSuccess() constant
484 val (childSessionId, childSession) = createSession( in commitPreapprovalSession_multiPackage_successWithoutUserAction() constant
DPackageInstallerTestBase.kt340 val (childSessionId, childSession) = createSession(installFlags, false, null) in <lambda>() constant