Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DKeySetHostTest.java201 String installResult; in testPackageUpgrade() local
255 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_NO_UPGRADE, A_SIGNED_A_UPGRADE); in testNoKSToUpgradeKS() local
266 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, A_SIGNED_NO_UPGRADE); in testUpgradeKSToNoKS() local
277 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, B_SIGNED_A_UPGRADE); in testUpgradeKSWithWrongKey() local
286 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_B_UPGRADE, A_SIGNED_B_UPGRADE); in testUpgradeKSWithWrongSigningKey() local
296 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_B_UPGRADE, B_SIGNED_B_UPGRADE); in testUpgradeKSWithUpgradeKey() local
307 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, A_SIGNED_A_UPGRADE); in testUpgradeKSWithSigningUpgradeKey() local
318 String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, in testMultipleUpgradeKSWithUpgradeKey() local
330 String installResult = testPackageUpgrade(KEYSET_PKG, A_AND_C_SIGNED_B_UPGRADE, in testMultipleUpgradeKSWithSigningKey() local
340 String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_OR_B_UPGRADE, in testUpgradeKSWithMultipleUpgradeKeySetsFirstKey() local
[all …]
DPkgInstallSignatureVerificationTest.java767 String installResult = installPackageFromResource(apkFilenameInResources); in assertInstallSucceeds() local
774 String installResult = installEphemeralPackageFromResource(apkFilenameInResources); in assertInstallEphemeralSucceeds() local
785 String installResult = installPackageFromResource(apkFilenameInResources); in assertInstallSucceedsForEach() local
800 String installResult = installPackageFromResource(apkFilenameInResources); in assertInstallFailsWithError() local
813 String installResult = installEphemeralPackageFromResource(apkFilenameInResources); in assertInstallEphemeralFailsWithError() local
825 String installResult = installPackageFromResource(apkFilenameInResources); in assertInstallFails() local
DExternalStorageHostTest.java333 final String installResult = getDevice() in testMultiUserStorageIsolated() local
/cts/tests/tests/permission/src/android/permission/cts/
DPermissionGroupChange.java132 String installResult = SystemUtil.runShellCommand( in installApp() local
/cts/hostsidetests/os/src/android/os/cts/
DOsHostTests.java117 String installResult = getDevice().installPackage(getTestAppFile(HOST_VERIFICATION_APK), in testIntentFilterHostValidation() local
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java177 String installResult; in installTestAppForUser() local
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DBatteryStatsDumpsysTest.java731 String installResult = getDevice().installPackage(testAppFile, false); in testGfxinfoFramestats() local
/cts/tests/tests/permission2/src/android/permission2/cts/
DRestrictedPermissionsTest.java1092 String installResult = runShellCommand("pm install -r --restrict-permissions " + app); in installApp() local