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;
36 DELEGATION_CERT_INSTALL, DELEGATION_CERT_SELECTION);
58 DELEGATION_CERT_INSTALL).contains(CERT_INSTALLER_PACKAGE)); in testManualSetCertInstallerDelegate()
66 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);
221 DELEGATION_CERT_INSTALL)).containsExactly(CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()
228 DELEGATION_CERT_INSTALL)).isEmpty(); in testSettingDelegatedCertInstallerAPICompatibility_oldSetNewGet()
237 DELEGATION_CERT_INSTALL)).containsExactly(CERT_INSTALLER_PACKAGE); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()
245 DELEGATION_CERT_INSTALL)).isEmpty(); in testSettingDelegatedCertInstallerAPICompatibility_newSetOldGet()
DDelegationTest.java21 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
132 DELEGATION_CERT_INSTALL, in testDelegateReceivesScopeChangedBroadcast()
156 DELEGATION_CERT_INSTALL, in testCantDelegateToUninstalledPackage()
207 assertFalse("Unexpected delegate package", getDelegatePackages(DELEGATION_CERT_INSTALL) in testCanRetrieveDelegates()
209 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;
114 return scopes.contains(DELEGATION_CERT_INSTALL); in amICertInstallDelegate()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java93 private static final String DELEGATION_CERT_INSTALL = "delegation-cert-install"; field in DeviceAndProfileOwnerTest
332 DELEGATION_CERT_INSTALL, in getDelegationScopes()
415 DELEGATION_CERT_INSTALL, DELEGATION_CERT_SELECTION)); in testDelegationCertSelection()