Home
last modified time | relevance | path

Searched refs:startInstallationViaIntent (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DIntentTest.kt54 val installation = startInstallationViaIntent() in confirmInstallation()
70 val installation = startInstallationViaIntent() in cancelInstallation()
110 val installation = startInstallationViaIntent() in packageNotInstalledSecureFrp()
DInstallSourceInfoTest.kt47 val installation = startInstallationViaIntent() in installViaIntent()
DExternalSourcesTestAppOpAllowed.kt79 allowedSourceTest { startInstallationViaIntent() } in allowedSourceTestViaIntent()
DPackageInstallerTestBase.kt176 protected fun startInstallationViaIntent(): CompletableFuture<Int> { in <lambda>() method
/cts/tests/tests/packageinstaller/install_appop_denied/src/android/packageinstaller/install_appop_denied/cts/
DExternalSourcesTestAppOpDenied.kt76 blockedSourceTest { startInstallationViaIntent() } in blockedSourceTestViaIntent()
/cts/tests/tests/packageinstaller/install_appop_default/src/android/packageinstaller/install_appop_default/cts/
DExternalSourcesTestAppOpDefault.kt78 defaultSourceTest { startInstallationViaIntent() } in defaultSourceTestViaIntent()
DPackageInstallerTestBase.kt162 protected fun startInstallationViaIntent(): CompletableFuture<Int> { in <lambda>() method in android.packageinstaller.install_appop_default.cts.PackageInstallerTestBase