Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java21 import static android.app.admin.DevicePolicyManager.DELEGATION_BLOCK_UNINSTALL;
98 DELEGATION_BLOCK_UNINSTALL, in testDelegateReceivesScopeChangedBroadcast()
139 DELEGATION_BLOCK_UNINSTALL, in testCanRetrieveDelegates()
145 assertTrue("No delegates should be found", getDelegatePackages(DELEGATION_BLOCK_UNINSTALL) in testCanRetrieveDelegates()
159 assertTrue("Expected delegate not found", getDelegatePackages(DELEGATION_BLOCK_UNINSTALL) in testCanRetrieveDelegates()
169 assertFalse("Unexpected delegate package", getDelegatePackages(DELEGATION_BLOCK_UNINSTALL) in testCanRetrieveDelegates()
/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DBlockUninstallDelegateTest.java18 import static android.app.admin.DevicePolicyManager.DELEGATION_BLOCK_UNINSTALL;
74 return scopes.contains(DELEGATION_BLOCK_UNINSTALL); in amIBlockUninstallDelegate()
DGeneralDelegateTest.java19 import static android.app.admin.DevicePolicyManager.DELEGATION_BLOCK_UNINSTALL;
49 DELEGATION_BLOCK_UNINSTALL,
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java69 private static final String DELEGATION_BLOCK_UNINSTALL = "delegation-block-uninstall"; field in DeviceAndProfileOwnerTest
211 DELEGATION_BLOCK_UNINSTALL)); in testDelegation()