Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerHelper.java20 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_SELECTION;
35 DELEGATION_CERT_INSTALL, DELEGATION_CERT_SELECTION);
45 DELEGATION_CERT_SELECTION).contains(CERT_INSTALLER_PACKAGE)); in testManualSetCertInstallerDelegate()
53 DELEGATION_CERT_SELECTION).contains(CERT_INSTALLER_PACKAGE)); in testManualClearCertInstallerDelegate()
/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/tests/devicepolicy/src/android/devicepolicy/cts/
DDelegationScopesTest.java22 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_SELECTION;
324 Collections.singletonList(DELEGATION_CERT_SELECTION)); in setDelegatedScopes_certSelection_settingSecondApp_revokesFirstApp()
328 Collections.singletonList(DELEGATION_CERT_SELECTION)); in setDelegatedScopes_certSelection_settingSecondApp_revokesFirstApp()
339 .containsExactly(DELEGATION_CERT_SELECTION); in setDelegatedScopes_certSelection_settingSecondApp_revokesFirstApp()
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DPolicy.java22 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_SELECTION;
95 DELEGATION_CERT_SELECTION,
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java100 private static final String DELEGATION_CERT_SELECTION = "delegation-cert-selection"; field in DeviceAndProfileOwnerTest
274 DELEGATION_CERT_SELECTION in getDelegationScopes()
339 DELEGATION_CERT_INSTALL, DELEGATION_CERT_SELECTION)); in testDelegationCertSelection()