Searched defs:startInstallationViaIntent (Results 1 – 6 of 6) sorted by relevance
164 protected fun startInstallationViaIntent(): CompletableFuture<Int> { in <lambda>() method in android.packageinstaller.install_appop_denied.cts.PackageInstallerTestBase
164 protected fun startInstallationViaIntent(): CompletableFuture<Int> { in <lambda>() method in android.packageinstaller.install_appop_default.cts.PackageInstallerTestBase
348 private fun startInstallationViaIntent(intent: Intent): CompletableFuture<Int> { in <lambda>() method
191 private void startInstallationViaIntent(boolean getResult, String apkName) { in startInstallationViaIntent() method in MainActivity
351 protected fun startInstallationViaIntent( in <lambda>() method in android.packageinstaller.install.cts.PackageInstallerTestBase
296 public static void startInstallationViaIntent() throws Exception { in startInstallationViaIntent() method in PackageInstallerCujTestBase