Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java22 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
96 DELEGATION_CERT_INSTALL, in testDelegateReceivesScopeChangedBroadcast()
120 DELEGATION_CERT_INSTALL, in testCantDelegateToUninstalledPackage()
171 assertFalse("Unexpected delegate package", getDelegatePackages(DELEGATION_CERT_INSTALL) in testCanRetrieveDelegates()
173 assertFalse("Unexpected delegate package", getDelegatePackages(DELEGATION_CERT_INSTALL) in testCanRetrieveDelegates()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DGeneralDelegateTest.java20 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
50 DELEGATION_CERT_INSTALL
DCertInstallDelegateTest.java18 import static android.app.admin.DevicePolicyManager.DELEGATION_CERT_INSTALL;
200 return scopes.contains(DELEGATION_CERT_INSTALL); in amICertInstallDelegate()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java67 private static final String DELEGATION_CERT_INSTALL = "delegation-cert-install"; field in DeviceAndProfileOwnerTest
210 DELEGATION_CERT_INSTALL, in testDelegation()