Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegatedCertInstallerHelper.java19 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
35 DELEGATION_CERT_INSTALL, DELEGATION_CERT_SELECTION);
43 DELEGATION_CERT_INSTALL).contains(CERT_INSTALLER_PACKAGE)); in testManualSetCertInstallerDelegate()
51 DELEGATION_CERT_INSTALL).contains(CERT_INSTALLER_PACKAGE)); in testManualClearCertInstallerDelegate()
DDelegatedCertInstallerTest.java19 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
78 private static final List<String> CERT_INSTALL_SCOPES = Arrays.asList(DELEGATION_CERT_INSTALL);
225 DELEGATION_CERT_INSTALL)).containsExactly(CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()
232 DELEGATION_CERT_INSTALL)).isEmpty(); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()
240 DELEGATION_CERT_INSTALL)).containsExactly(CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()
248 DELEGATION_CERT_INSTALL)).isEmpty(); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()
/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/policies/
DCaCertManagement.java24 import static com.android.bedstead.nene.devicepolicy.CommonDevicePolicy.DELEGATION_CERT_INSTALL;
40 delegatedScopes = DELEGATION_CERT_INSTALL)
DKeyManagementWithAdminReceiver.java24 import static com.android.bedstead.nene.devicepolicy.CommonDevicePolicy.DELEGATION_CERT_INSTALL;
39 delegatedScopes = DELEGATION_CERT_INSTALL)
DKeyManagement.java24 import static com.android.bedstead.nene.devicepolicy.CommonDevicePolicy.DELEGATION_CERT_INSTALL;
42 delegatedScopes = DELEGATION_CERT_INSTALL,
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/devicepolicy/
DCommonDevicePolicy.java26 public static final String DELEGATION_CERT_INSTALL = "delegation-cert-install"; field in CommonDevicePolicy
/cts/common/device-side/bedstead/modules/enterprise/src/test/kotlin/com/android/bedstead/enterprise/
DEnterpriseAnnotationExecutorTest.kt80 scopes = [DevicePolicyManager.DELEGATION_CERT_INSTALL],
91 scopes = [DevicePolicyManager.DELEGATION_CERT_INSTALL],
102 scopes = [DevicePolicyManager.DELEGATION_CERT_INSTALL],
116 DevicePolicyManager.DELEGATION_CERT_INSTALL,
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DDelegationScopesTest.java21 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
73 private static final String TEST_SCOPE = DELEGATION_CERT_INSTALL;
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java93 private static final String DELEGATION_CERT_INSTALL = "delegation-cert-install"; 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.java52 import static com.android.bedstead.nene.devicepolicy.CommonDevicePolicy.DELEGATION_CERT_INSTALL;
134 DELEGATION_CERT_INSTALL,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt8289 field public static final String DELEGATION_CERT_INSTALL = "delegation-cert-install";