Home
last modified time | relevance | path

Searched defs:installResult (Results 1 – 15 of 15) 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 …]
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
DExternalStorageHostTest.java392 final String installResult = getDevice() in testMultiUserStorageIsolated() local
/cts/hostsidetests/incrementalinstall/src/android/incrementalinstall/cts/
DIncrementalFeatureTest.java80 String installResult = getDevice().executeShellCommand( in testFeatureWorkingWithInstallation() local
/cts/tests/autofillservice/src/android/autofillservice/cts/unittests/
DAutofillManagerTest.java113 final String installResult = runShellCommand( in install() local
/cts/hostsidetests/packagemanager/stats/src/com/android/cts/packagemanager/stats/host/
DPackageManagerStatsTestsBase.java71 String installResult = getDevice().executeShellCommand( in installPackageUsingIncremental() local
/cts/hostsidetests/dumpsys/src/android/dumpsys/cts/
DGfxInfoDumpsysTest.java49 String installResult = getDevice().installPackage(testAppFile, false); in testGfxinfoFramestats() local
/cts/tests/framework/base/localeconfig/src/com/android/cts/localeconfig/
DLocaleConfigTest.java170 String installResult = ShellUtils.runShellCommand("pm install -r " + apk); in install() local
DLocaleConfigAppUpdateTest.java219 String installResult = ShellUtils.runShellCommand("pm install -r " + apk); in install() local
/cts/tests/tests/wifi/src/android/net/wifi/cts/
DWifiLocationInfoForegroundTest.java174 String installResult = SystemUtil.runShellCommand("pm install -r -d " + apk); in installApp() local
DWifiLocationInfoBackgroundTest.java193 String installResult = SystemUtil.runShellCommand("pm install -r -d " + apk); in installApp() local
/cts/hostsidetests/numberblocking/src/com/android/cts/numberblocking/hostside/
DNumberBlockingTest.java177 String installResult; in installTestAppForUser() local
/cts/tests/tests/packageinstaller/install/src/android/packageinstaller/install/cts/
DPreapprovalInstallTest.kt131 var installResult = LinkedBlockingQueue<SessionResult>() in requestUserPreapprovalWithUpdateOwnership_userAgree_statusSuccess() variable
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DBaseDevicePolicyTest.java341 String installResult = getDevice().executeShellCommand( in installAppIncremental() local
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerTest.java1887 String installResult = installPackageWithResult(LONG_USES_PERMISSION_NAME_APK); in testInstall_withLongUsesPermissionName_fail() local