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/
DDeviceAndProfileOwnerTest.java88 public static final String CERT_INSTALLER_PKG = "com.android.cts.certinstaller"; field in DeviceAndProfileOwnerTest
179 getDevice().uninstallPackage(CERT_INSTALLER_PKG); in tearDown()
217 setDelegatedScopes(CERT_INSTALLER_PKG, Arrays.asList( in testDelegationCertSelection()
221 runDeviceTestsAsUser(CERT_INSTALLER_PKG, ".CertSelectionDelegateTest", mUserId); in testDelegationCertSelection()
223 .setAdminPackageName(CERT_INSTALLER_PKG) in testDelegationCertSelection()
460 .setStrings(CERT_INSTALLER_PKG) in testDelegatedCertInstaller()
DOrgOwnedProfileOwnerTest.java52 private static final String CERT_INSTALLER_PKG = DeviceAndProfileOwnerTest.CERT_INSTALLER_PKG; field in OrgOwnedProfileOwnerTest
521 runDeviceTestsAsUser(CERT_INSTALLER_PKG, ".DelegatedDeviceIdAttestationTest", in testDelegatedCertInstallerDeviceIdAttestation()