Home
last modified time | relevance | path

Searched refs:installResult (Results 1 – 6 of 6) sorted by relevance

/cts/hostsidetests/appsecurity/src/com/android/cts/appsecurity/
DKeySetHostTest.java202 String installResult; in testPackageUpgrade() local
208 installResult = mDevice.installPackage(getTestAppFile(firstApk), in testPackageUpgrade()
212 installResult), installResult); in testPackageUpgrade()
215 installResult = mDevice.installPackage(getTestAppFile(secondApk), in testPackageUpgrade()
220 return installResult; in testPackageUpgrade()
253 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_NO_UPGRADE, A_SIGNED_A_UPGRADE); in testNoKSToUpgradeKS() local
255 + "to version with specified upgrade-key-set, Reason: %s", installResult), in testNoKSToUpgradeKS()
256 installResult); in testNoKSToUpgradeKS()
264 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, A_SIGNED_NO_UPGRADE); in testUpgradeKSToNoKS() local
266 + "to version without specified upgrade-key-set, Reason: %s", installResult), in testUpgradeKSToNoKS()
[all …]
DAppSecurityTests.java120 String installResult = getDevice().installPackage(getTestAppFile(SHARED_UI_APK), in testSharedUidDifferentCerts() local
122 assertNull(String.format("failed to install shared uid app, Reason: %s", installResult), in testSharedUidDifferentCerts()
123 installResult); in testSharedUidDifferentCerts()
124 installResult = getDevice().installPackage(getTestAppFile(SHARED_UI_DIFF_CERT_APK), in testSharedUidDifferentCerts()
127 "successfully", installResult); in testSharedUidDifferentCerts()
128 assertEquals("INSTALL_FAILED_SHARED_USER_INCOMPATIBLE", installResult); in testSharedUidDifferentCerts()
146 String installResult = getDevice().installPackage(getTestAppFile(SIMPLE_APP_APK), in testAppUpgradeDifferentCerts() local
148 assertNull(String.format("failed to install simple app. Reason: %s", installResult), in testAppUpgradeDifferentCerts()
149 installResult); in testAppUpgradeDifferentCerts()
150 installResult = getDevice().installPackage(getTestAppFile(SIMPLE_APP_DIFF_CERT_APK), in testAppUpgradeDifferentCerts()
[all …]
DExternalStorageHostTest.java203 final String installResult = getDevice() in testMultiUserStorageIsolated() local
205 assertNull("Failed to install: " + installResult, installResult); in testMultiUserStorageIsolated()
/cts/hostsidetests/atrace/src/android/atrace/cts/
DAtraceHostTest.java205 String installResult = getDevice().installPackage(testAppFile, false); in testTracingContent() local
207 String.format("failed to install atrace test app. Reason: %s", installResult), in testTracingContent()
208 installResult); in testTracingContent()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java85 String installResult = getDevice().installPackage(mCtsBuild.getTestApp(fileName), true); in installApp() local
86 assertNull(String.format("Failed to install %s, Reason: %s", fileName, installResult), in installApp()
87 installResult); in installApp()
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DDumpsysHostTest.java831 String installResult = getDevice().installPackage(testAppFile, false); in testGfxinfoFramestats() local
833 String.format("failed to install atrace test app. Reason: %s", installResult), in testGfxinfoFramestats()
834 installResult); in testGfxinfoFramestats()