Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/src/android/appsecurity/cts/
DPkgInstallSignatureVerificationTest.java48 private static final String SERVICE_TEST_PKG = "android.appsecurity.cts.keyrotationtest.test"; field in PkgInstallSignatureVerificationTest
50 SERVICE_TEST_PKG + ".SignatureQueryServiceInstrumentationTest";
684 Utils.runDeviceTests(getDevice(), SERVICE_TEST_PKG, SERVICE_TEST_CLASS, in testInstallV3UpdateAfterRotation() local
695 Utils.runDeviceTests(getDevice(), SERVICE_TEST_PKG, SERVICE_TEST_CLASS, in testInstallV3UpdateAfterRotation() local
703 Utils.runDeviceTests(getDevice(), SERVICE_TEST_PKG, SERVICE_TEST_CLASS, in testInstallV3UpdateAfterRotation() local
1336 Utils.runDeviceTests(getDevice(), SERVICE_TEST_PKG, SERVICE_TEST_CLASS, in testInstallV4UpdateAfterRotation() local
1347 Utils.runDeviceTests(getDevice(), SERVICE_TEST_PKG, SERVICE_TEST_CLASS, in testInstallV4UpdateAfterRotation() local
1355 Utils.runDeviceTests(getDevice(), SERVICE_TEST_PKG, SERVICE_TEST_CLASS, in testInstallV4UpdateAfterRotation() local
1606 getDevice().uninstallPackage(SERVICE_TEST_PKG); in uninstallServicePackages()