Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerHelper.java19 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
33 private static final List<String> CERT_INSTALL_SCOPES = Arrays.asList(DELEGATION_CERT_INSTALL);
52 DELEGATION_CERT_INSTALL).contains(CERT_INSTALLER_PACKAGE)); in testManualSetCertInstallerDelegate()
58 DELEGATION_CERT_INSTALL).contains(CERT_INSTALLER_PACKAGE)); in testManualClearCertInstallerDelegate()
DDelegatedCertInstallerTest.java19 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
74 private static final List<String> CERT_INSTALL_SCOPES = Arrays.asList(DELEGATION_CERT_INSTALL);
288 DELEGATION_CERT_INSTALL)).containsExactly(CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()
295 DELEGATION_CERT_INSTALL)).isEmpty(); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()
304 DELEGATION_CERT_INSTALL)).containsExactly(CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()
312 DELEGATION_CERT_INSTALL)).isEmpty(); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()
DDelegationTest.java21 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
108 DELEGATION_CERT_INSTALL, in testDelegateReceivesScopeChangedBroadcast()
132 DELEGATION_CERT_INSTALL, in testCantDelegateToUninstalledPackage()
183 assertFalse("Unexpected delegate package", getDelegatePackages(DELEGATION_CERT_INSTALL) in testCanRetrieveDelegates()
185 assertFalse("Unexpected delegate package", getDelegatePackages(DELEGATION_CERT_INSTALL) in testCanRetrieveDelegates()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DCertInstallDelegateTest.java18 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
194 return scopes.contains(DELEGATION_CERT_INSTALL); in amICertInstallDelegate()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java82 private static final String DELEGATION_CERT_INSTALL = "delegation-cert-install"; field in DeviceAndProfileOwnerTest
323 DELEGATION_CERT_INSTALL, in getDelegationScopes()
404 DELEGATION_CERT_INSTALL, DELEGATION_CERT_SELECTION)); in testDelegationCertSelection()