Searched refs:KEYSET_PKG (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | KeySetHostTest.java | 48 private static final String KEYSET_PKG = "com.android.cts.keysets"; field in KeySetHostTest 257 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_NO_UPGRADE, A_SIGNED_A_UPGRADE); in testNoKSToUpgradeKS() 268 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, A_SIGNED_NO_UPGRADE); in testUpgradeKSToNoKS() 279 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, B_SIGNED_A_UPGRADE); in testUpgradeKSWithWrongKey() 288 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_B_UPGRADE, A_SIGNED_B_UPGRADE); in testUpgradeKSWithWrongSigningKey() 298 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_B_UPGRADE, B_SIGNED_B_UPGRADE); in testUpgradeKSWithUpgradeKey() 309 … String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, A_SIGNED_A_UPGRADE); in testUpgradeKSWithSigningUpgradeKey() 320 String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_UPGRADE, in testMultipleUpgradeKSWithUpgradeKey() 332 String installResult = testPackageUpgrade(KEYSET_PKG, A_AND_C_SIGNED_B_UPGRADE, in testMultipleUpgradeKSWithSigningKey() 342 String installResult = testPackageUpgrade(KEYSET_PKG, A_SIGNED_A_OR_B_UPGRADE, in testUpgradeKSWithMultipleUpgradeKeySetsFirstKey() [all …]
|