Home
last modified time | relevance | path

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

/cts/tests/tests/packageinstaller/criticaluserjourney/src/android/packageinstaller/criticaluserjourney/cts/
DInstallationViaIntentTest.java35 startInstallationViaIntent(); in newInstall_launchGrantPermission_installButton_success()
51 startInstallationViaIntent(); in newInstall_launchGrantPermission_backKey_failed()
66 startInstallationViaIntent(); in newInstall_launchGrantPermission_touchOutside_failed()
81 startInstallationViaIntent(); in newInstall_launchGrantPermission_cancelButton_failed()
96 startInstallationViaIntent(); in newInstall_launchButNoGrantPermission_failed()
111 startInstallationViaIntent(); in newInstall_noLaunchGrantPermission_installButton_success()
125 startInstallationViaIntent(); in newInstall_noLaunchGrantPermission_backKey_failed()
138 startInstallationViaIntent(); in newInstall_noLaunchGrantPermission_touchOutside_failed()
151 startInstallationViaIntent(); in newInstall_noLaunchGrantPermission_cancelButton_failed()
DPackageInstallerCujTestBase.java296 public static void startInstallationViaIntent() throws Exception { in startInstallationViaIntent() method in PackageInstallerCujTestBase
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DIntentTest.kt83 val installation = startInstallationViaIntent() in confirmInstallation()
104 val installation = startInstallationViaIntent() in cancelInstallation()
119 val installation = startInstallationViaIntent(intent) in installWithCallingInstallerPackageName()
137 val installation = startInstallationViaIntent(intent) in installWithAnotherInstallerPackageName()
157 val installation = startInstallationViaIntent(intent) in installWithLongInstallerPackageName()
200 val installation = startInstallationViaIntent() in packageNotInstalledSecureFrp()
216 val installation = startInstallationViaIntent() in disallowInstallApps_installFails()
240 startInstallationViaIntent(intent) in launcherActivityDisabled_cannotLaunchApp()
262 val installation = startInstallationViaIntent(installIntent) in installLowTargetSdkApp_installFailedVisible()
DExternalSourcesTestAppOpAllowed.kt80 allowedSourceTest { startInstallationViaIntent() } in allowedSourceTestViaIntent()
DInstallSourceInfoTest.kt61 val installation = startInstallationViaIntent() in installViaIntent()
DUpdateOwnershipEnforcementTest.kt233 val result = startInstallationViaIntent() in updateOwnershipEnforcement_updateViaIntentByNonOwner_hasUserAction()
DPackageInstallerTestBase.kt351 protected fun startInstallationViaIntent( in <lambda>() method
/cts/tests/tests/packageinstaller/test-apps/criticaluserjourneyinstaller/src/android/packageinstaller/cts/cujinstaller/
DMainActivity.java191 private void startInstallationViaIntent(boolean getResult, String apkName) { in startInstallationViaIntent() method in MainActivity
280 startInstallationViaIntent(/* getResult= */ false, TEST_APK_V2_NAME); in onReceive()
282 startInstallationViaIntent(/* getResult= */ false, TEST_APK_NAME); in onReceive()
290 startInstallationViaIntent(/* getResult= */ true, TEST_APK_V2_NAME); in onReceive()
292 startInstallationViaIntent(/* getResult= */ true, TEST_APK_NAME); in onReceive()
/cts/tests/tests/packageinstaller/install_appop_default/src/android/packageinstaller/install_appop_default/cts/
DExternalSourcesTestAppOpDefault.kt78 defaultSourceTest { startInstallationViaIntent() } in defaultSourceTestViaIntent()
DPackageInstallerTestBase.kt164 protected fun startInstallationViaIntent(): CompletableFuture<Int> { in <lambda>() method in android.packageinstaller.install_appop_default.cts.PackageInstallerTestBase
/cts/tests/tests/packageinstaller/install_appop_denied/src/android/packageinstaller/install_appop_denied/cts/
DExternalSourcesTestAppOpDenied.kt76 blockedSourceTest { startInstallationViaIntent() } in blockedSourceTestViaIntent()
DPackageInstallerTestBase.kt164 protected fun startInstallationViaIntent(): CompletableFuture<Int> { in <lambda>() method
/cts/tests/tests/packageinstaller/userrestriction/src/android/packageinstaller/userrestriction/cts/
DUserRestrictionInstallTest.kt198 val installation = startInstallationViaIntent(appInstallIntent) in <lambda>()
294 val installation = startInstallationViaIntent(appInstallIntent) in <lambda>()
348 private fun startInstallationViaIntent(intent: Intent): CompletableFuture<Int> { in <lambda>() method