Home
last modified time | relevance | path

Searched defs:installResult (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
H A DKeySetHostTest.java203 String installResult; in testPackageUpgrade() local
257 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_NO_UPGRADE, A_SIGNED_A_UPGRADE); in testNoKSToUpgradeKS() local
268 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, A_SIGNED_NO_UPGRADE); in testUpgradeKSToNoKS() local
279 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, B_SIGNED_A_UPGRADE); in testUpgradeKSWithWrongKey() local
288 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_B_UPGRADE, A_SIGNED_B_UPGRADE); in testUpgradeKSWithWrongSigningKey() local
298 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_B_UPGRADE, B_SIGNED_B_UPGRADE); in testUpgradeKSWithUpgradeKey() local
309 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, A_SIGNED_A_UPGRADE); in testUpgradeKSWithSigningUpgradeKey() local
320 String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, in testMultipleUpgradeKSWithUpgradeKey() local
332 String installResult = testPackageUpgrade(KEYSET_PKG, A_AND_C_SIGNED_B_UPGRADE, in testMultipleUpgradeKSWithSigningKey() local
342 String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_OR_B_UPGRADE, in testUpgradeKSWithMultipleUpgradeKeySetsFirstKey() local
[all …]
H A DPkgInstallSignatureVerificationTest.java1840 String installResult = installPackageFromResource(apkFilenameInResources); in assertInstallSucceeds() local
1847 String installResult = installEphemeralPackageFromResource(apkFilenameInResources); in assertInstallEphemeralSucceeds() local
1858 String installResult = installPackageFromResource(apkFilenameInResources); in assertInstallSucceedsForEach() local
1872 String installResult = installV4PackageFromResource(apkFilenameInResources); in assertInstallV4Succeeds() local
1879 String installResult = installV4PackageFromBuild(apkName); in assertInstallV4FromBuildSucceeds() local
1898 String installResult = installV4PackageFromResource(apkFilenameInResources); in assertInstallV4FailsWithError() local
1911 String installResult = installPackageFromResource(apkFilenameInResources); in assertInstallFailsWithError() local
1924 String installResult = installEphemeralPackageFromResource(apkFilenameInResources); in assertInstallEphemeralFailsWithError() local
1936 String installResult = installPackageFromResource(apkFilenameInResources); in assertInstallFails() local
H A DExternalStorageHostTest.java392 final String installResult = getDevice() in testMultiUserStorageIsolated() local
/aosp_15_r20/packages/modules/SdkExtensions/javatests/com/android/sdkext/extensions/
DSdkExtensionsHostTest.java84 String installResult = getDevice().installPackage(testAppFile, true); in installTestApp() local
134 String installResult = getDevice().installPackage(appFile, true); in canInstallApp() local
/aosp_15_r20/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
H A DPreapprovalInstallTest.kt131 var installResult = LinkedBlockingQueue<SessionResult>() in requestUserPreapprovalWithUpdateOwnership_userAgree_statusSuccess() variable
/aosp_15_r20/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
H A DIncrementalFeatureTest.java80 String installResult = getDevice().executeShellCommand( in testFeatureWorkingWithInstallation() local
/aosp_15_r20/system/apex/tests/src/com/android/tests/apex/
H A DApexE2EBaseHostTest.java106 String installResult = mHostUtils.installStagedPackage(testAppFile); in installApex() local
/aosp_15_r20/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
H A DAutofillManagerTest.java113 final String installResult = runShellCommand( in install() local
/aosp_15_r20/packages/modules/Permission/tests/cts/permissionpolicy/src/android/permissionpolicy/cts/
DNoProcessOutgoingCallPermissionTest.java117 String installResult = runShellCommandOrThrow("pm install -g " + APK_INSTALL_LOCATION); in installApp() local
DRestrictedStoragePermissionTest.java698 String installResult = runShellCommandOrThrow("pm install" in installApp() local
DRestrictedPermissionsTest.java673 String installResult = runShellCommandOrThrow("pm install -r --force-queryable" in installApp() local
/aosp_15_r20/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
H A DPackageManagerStatsTestsBase.java71 String installResult = getDevice().executeShellCommand( in installPackageUsingIncremental() local
/aosp_15_r20/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
H A DGfxInfoDumpsysTest.java49 String installResult = getDevice().installPackage(testAppFile, false); in testGfxinfoFramestats() local
/aosp_15_r20/packages/modules/Permission/tests/cts/permission/src/android/permission/cts/
DPermissionGroupChange.java149 String installResult = SystemUtil.runShellCommandOrThrow( in installApp() local
DRemovePermissionTest.java135 String installResult = SystemUtil.runShellCommandOrThrow( in installApp() local
/aosp_15_r20/cts/tests/framework/base/localeconfig/src/com/android/cts/localeconfig/
H A DLocaleConfigTest.java170 String installResult = ShellUtils.runShellCommand("pm install -r " + apk); in install() local
H A DLocaleConfigAppUpdateTest.java219 String installResult = ShellUtils.runShellCommand("pm install -r " + apk); in install() local
/aosp_15_r20/cts/tests/tests/wifi/src/android/net/wifi/cts/
H A DWifiLocationInfoForegroundTest.java174 String installResult = SystemUtil.runShellCommand("pm install -r -d " + apk); in installApp() local
H A DWifiLocationInfoBackgroundTest.java194 String installResult = SystemUtil.runShellCommand("pm install -r -d " + apk); in installApp() local
/aosp_15_r20/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
H A DNumberBlockingTest.java177 String installResult; in installTestAppForUser() local
/aosp_15_r20/packages/modules/HealthFitness/tests/cts/hostsidetests/healthconnect/host/src/android/healthconnect/cts/database/
DDatabaseTestUtils.java79 String installResult = in assertInstallSucceeds() local
/aosp_15_r20/frameworks/base/packages/PackageInstaller/src/com/android/packageinstaller/v2/model/
H A DInstallRepository.kt85 val installResult: LiveData<InstallStage> in <lambda>() constant in com.android.packageinstaller.v2.model.InstallRepository
/aosp_15_r20/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
H A DBaseDevicePolicyTest.java341 String installResult = getDevice().executeShellCommand( in installAppIncremental() local
/aosp_15_r20/cts/tests/tests/content/src/android/content/pm/cts/
H A DPackageManagerTest.java1893 String installResult = installPackageWithResult(LONG_USES_PERMISSION_NAME_APK); in testInstall_withLongUsesPermissionName_fail() local
/aosp_15_r20/prebuilts/misc/common/robolectric/android-all/
HDandroid-all-10-robolectric-5803371.jarMETA-INF/ META-INF/MANIFEST.MF res/ res/layout-notround- ...

12