Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerHelper.java20 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_SELECTION;
36 DELEGATION_CERT_INSTALL, DELEGATION_CERT_SELECTION);
60 DELEGATION_CERT_SELECTION).contains(CERT_INSTALLER_PACKAGE)); in testManualSetCertInstallerDelegate()
68 DELEGATION_CERT_SELECTION).contains(CERT_INSTALLER_PACKAGE)); in testManualClearCertInstallerDelegate()
DDelegationTest.java22 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_SELECTION;
266 DELEGATION_CERT_SELECTION)); in testExclusiveDelegations()
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertSelectionDelegateTest.java101 DevicePolicyManager.DELEGATION_CERT_SELECTION); in testCanSelectKeychainKeypairs()
125 DevicePolicyManager.DELEGATION_CERT_SELECTION); in testNotChosenAnyAlias()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java99 private static final String DELEGATION_CERT_SELECTION = "delegation-cert-selection"; field in DeviceAndProfileOwnerTest
340 DELEGATION_CERT_SELECTION in getDelegationScopes()
415 DELEGATION_CERT_INSTALL, DELEGATION_CERT_SELECTION)); in testDelegationCertSelection()