Searched refs:DEVICE_TESTS_PKG (Results 1 – 1 of 1) sorted by relevance
/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/ |
D | PkgInstallSignatureVerificationTest.java | 66 private static final String DEVICE_TESTS_PKG = "android.appsecurity.cts.v3rotationtests"; field in PkgInstallSignatureVerificationTest 67 private static final String DEVICE_TESTS_CLASS = DEVICE_TESTS_PKG + ".V3RotationTest"; 958 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3KeyRotationSigPerm() local 969 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3KeyRotationOlderSigPerm() local 979 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasNoPerm"); in testInstallV3KeyRotationSigPermNoCap() local 990 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3KeyRotationOlderSigPermNoCap() local 999 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3NoRotationSigPerm() local 1011 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testInstallV3CommonSignerInLineageWithPermCap() local 1021 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasNoPerm"); in testInstallV3CommonSignerInLineageNoCaps() local 1031 Utils.runDeviceTests(getDevice(), DEVICE_TESTS_PKG, DEVICE_TESTS_CLASS, "testHasPerm"); in testKnownSignerPermGrantedWhenCurrentSignerInResource() local [all …]
|