Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
DBlockUninstallDelegateTest.java18 import static android.app.admin.DevicePolicyManager.DELEGATION_BLOCK_UNINSTALL;
60 return scopes.contains(DELEGATION_BLOCK_UNINSTALL); in amIBlockUninstallDelegate()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java20 import static android.app.admin.DevicePolicyManager.DELEGATION_BLOCK_UNINSTALL;
134 DELEGATION_BLOCK_UNINSTALL, in testDelegateReceivesScopeChangedBroadcast()
175 DELEGATION_BLOCK_UNINSTALL, in testCanRetrieveDelegates()
181 assertTrue("No delegates should be found", getDelegatePackages(DELEGATION_BLOCK_UNINSTALL) in testCanRetrieveDelegates()
195 assertTrue("Expected delegate not found", getDelegatePackages(DELEGATION_BLOCK_UNINSTALL) in testCanRetrieveDelegates()
205 assertFalse("Unexpected delegate package", getDelegatePackages(DELEGATION_BLOCK_UNINSTALL) in testCanRetrieveDelegates()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java95 private static final String DELEGATION_BLOCK_UNINSTALL = "delegation-block-uninstall"; field in DeviceAndProfileOwnerTest
333 DELEGATION_BLOCK_UNINSTALL, in getDelegationScopes()