Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DOrgOwnedProfileOwnerTest.java46 private static final String CERT_INSTALLER_PKG = DeviceAndProfileOwnerTest.CERT_INSTALLER_PKG; field in OrgOwnedProfileOwnerTest
666 runDeviceTestsAsUser(CERT_INSTALLER_PKG, ".DelegatedDeviceIdAttestationTest", in testDelegatedCertInstallerDeviceIdAttestation()
DDeviceAndProfileOwnerTest.java89 public static final String CERT_INSTALLER_PKG = "com.android.cts.certinstaller"; field in DeviceAndProfileOwnerTest
203 getDevice().uninstallPackage(CERT_INSTALLER_PKG); in tearDown()
338 setDelegatedScopes(CERT_INSTALLER_PKG, Arrays.asList( in testDelegationCertSelection()
342 runDeviceTestsAsUser(CERT_INSTALLER_PKG, ".CertSelectionDelegateTest", mUserId); in testDelegationCertSelection()
344 .setAdminPackageName(CERT_INSTALLER_PKG) in testDelegationCertSelection()
678 .setStrings(CERT_INSTALLER_PKG) in testDelegatedCertInstaller()