Home
last modified time | relevance | path

Searched refs:DELEGATION_CERT_SELECTION (Results 1 – 8 of 8) 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/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/policies/
DKeySelection.java24 import static com.android.bedstead.nene.devicepolicy.CommonDevicePolicy.DELEGATION_CERT_SELECTION;
38 delegatedScopes = DELEGATION_CERT_SELECTION)
/cts/hostsidetests/devicepolicy/app/CertInstaller/src/com/android/cts/certinstaller/
DCertSelectionDelegateTest.java102 DevicePolicyManager.DELEGATION_CERT_SELECTION); in testCanSelectKeychainKeypairs()
126 DevicePolicyManager.DELEGATION_CERT_SELECTION); in testNotChosenAnyAlias()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DCommonDevicePolicy.java55 public static final String DELEGATION_CERT_SELECTION = "delegation-cert-selection"; field in CommonDevicePolicy
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DDelegationScopesTest.java22 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_SELECTION;
370 Collections.singletonList(DELEGATION_CERT_SELECTION)); in setDelegatedScopes_certSelection_settingSecondApp_revokesFirstApp()
374 Collections.singletonList(DELEGATION_CERT_SELECTION)); in setDelegatedScopes_certSelection_settingSecondApp_revokesFirstApp()
385 .containsExactly(DELEGATION_CERT_SELECTION); in setDelegatedScopes_certSelection_settingSecondApp_revokesFirstApp()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java94 private static final String DELEGATION_CERT_SELECTION = "delegation-cert-selection"; field in DeviceAndProfileOwnerTest
218 DELEGATION_CERT_INSTALL, DELEGATION_CERT_SELECTION)); in testDelegationCertSelection()
/cts/common/device-side/bedstead/harrier/src/main/java/com/android/bedstead/harrier/
DPolicy.java53 import static com.android.bedstead.nene.devicepolicy.CommonDevicePolicy.DELEGATION_CERT_SELECTION;
143 DELEGATION_CERT_SELECTION,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt8290 field public static final String DELEGATION_CERT_SELECTION = "delegation-cert-selection";