Searched refs:DEVICE_TESTS_PKG (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | PkgInstallSignatureVerificationTest.java | 46 private static final String DEVICE_TESTS_PKG = "android.appsecurity.cts.v3rotationtests"; field in PkgInstallSignatureVerificationTest 47 private static final String DEVICE_TESTS_CLASS = DEVICE_TESTS_PKG + ".V3RotationTest"; 714 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3KeyRotationSigPerm() local 724 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3KeyRotationOlderSigPerm() local 733 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasNoPerm"); in testInstallV3KeyRotationSigPermNoCap() local 743 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3KeyRotationOlderSigPermNoCap() local 751 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3NoRotationSigPerm() local 762 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3CommonSignerInLineageWithPermCap() local 771 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasNoPerm"); in testInstallV3CommonSignerInLineageNoCaps() local 780 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testKnownSignerPermGrantedWhenCurrentSignerInResource() local [all …]
|