Searched defs:installResult (Results 1 – 8 of 8) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | KeySetHostTest.java | 201 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 …]
|
D | PkgInstallSignatureVerificationTest.java | 767 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
|
D | ExternalStorageHostTest.java | 333 final String installResult = getDevice() in testMultiUserStorageIsolated() local
|
/cts/tests/tests/permission/src/android/permission/cts/ |
D | PermissionGroupChange.java | 132 String installResult = SystemUtil.runShellCommand( in installApp() local
|
/cts/hostsidetests/os/src/android/os/cts/ |
D | OsHostTests.java | 117 String installResult = getDevice().installPackage(getTestAppFile(HOST_VERIFICATION_APK), in testIntentFilterHostValidation() local
|
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/ |
D | NumberBlockingTest.java | 177 String installResult; in installTestAppForUser() local
|
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/ |
D | BatteryStatsDumpsysTest.java | 731 String installResult = getDevice().installPackage(testAppFile, false); in testGfxinfoFramestats() local
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
D | RestrictedPermissionsTest.java | 1092 String installResult = runShellCommand("pm install -r --restrict-permissions " + app); in installApp() local
|