Home
last modified time | relevance | path

Searched refs:startInstallationViaPreapprovalSession (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPreapprovalInstallTest.kt342 startInstallationViaPreapprovalSession(session) in commitPreapprovalSession_success()
365 startInstallationViaPreapprovalSession(session) in commitPreapprovalSession_usingAnotherLocaleInSplitApk_success()
389 startInstallationViaPreapprovalSession(session) in commitPreapprovalSession_update_success()
413 startInstallationViaPreapprovalSession(session) in commitPreapprovalSession_updateUsingCurrentLabel_success()
435 startInstallationViaPreapprovalSession(session) in commitPreapprovalSession_notMatchApk_fail()
497 startInstallationViaPreapprovalSession(session) in commitPreapprovalSession_multiPackage_successWithoutUserAction()
544 startInstallationViaPreapprovalSession(session) in requestUserPreapproval_featureDisabled_couldUseCommitInstead()
DPackageInstallerTestBase.kt370 protected fun startInstallationViaPreapprovalSession(session: Session) { in <lambda>() method