Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
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 …]
DAppSecurityTests.java130 String installResult = getDevice().installPackage(getTestAppFile(SHARED_UI_APK), in testSharedUidDifferentCerts() local
157 String installResult = getDevice().installPackage(getTestAppFile(SIMPLE_APP_APK), in testAppUpgradeDifferentCerts() local
183 String installResult = getDevice().installPackage(getTestAppFile(APP_WITH_DATA_APK), in testAppFailAccessPrivateData() local
212 String installResult = getDevice().installPackage(getTestAppFile(APP_WITH_DATA_APK), in testUninstallRemovesData() local
244 String installResult = getDevice().installPackage( in testInstrumentationDiffCert() local
278 String installResult = getDevice().installPackage( in testPermissionDiffCert() local
DPkgInstallSignatureVerificationTest.java485 String installResult = installPackageFromResource(apkFilenameInResources); in assertInstallSucceeds() local
492 String installResult = installEphemeralPackageFromResource(apkFilenameInResources); in assertInstallEphemeralSucceeds() local
503 String installResult = installPackageFromResource(apkFilenameInResources); in assertInstallSucceedsForEach() local
518 String installResult = installPackageFromResource(apkFilenameInResources); in assertInstallFailsWithError() local
531 String installResult = installEphemeralPackageFromResource(apkFilenameInResources); in assertInstallEphemeralFailsWithError() local
543 String installResult = installPackageFromResource(apkFilenameInResources); in assertInstallFails() local
DExternalStorageHostTest.java202 final String installResult = getDevice() in testMultiUserStorageIsolated() local
/cts/hostsidetests/os/src/android/os/cts/
DOsHostTests.java108 String installResult = getDevice().installPackage(getTestAppFile(HOST_VERIFICATION_APK), in testIntentFilterHostValidation() local
/cts/hostsidetests/atrace/src/android/atrace/cts/
DAtraceHostTest.java207 String installResult = getDevice().installPackage(testAppFile, false); in testTracingContent() local
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityHostTestBase.java145 String installResult = mDevice.installPackage(testFile, true, options); in installPackage() local
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java154 String installResult = getDevice().installPackageForUser( in installTestAppForUser() local
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DBatteryStatsDumpsysTest.java674 String installResult = getDevice().installPackage(testAppFile, false); in testGfxinfoFramestats() local