Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDelegationTest.java20 import static android.app.admin.DevicePolicyManager.DELEGATION_BLOCK_UNINSTALL;
110 DELEGATION_BLOCK_UNINSTALL, in testDelegateReceivesScopeChangedBroadcast()
151 DELEGATION_BLOCK_UNINSTALL, in testCanRetrieveDelegates()
157 assertTrue("No delegates should be found", getDelegatePackages(DELEGATION_BLOCK_UNINSTALL) in testCanRetrieveDelegates()
171 assertTrue("Expected delegate not found", getDelegatePackages(DELEGATION_BLOCK_UNINSTALL) in testCanRetrieveDelegates()
181 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;
72 return scopes.contains(DELEGATION_BLOCK_UNINSTALL); in amIBlockUninstallDelegate()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java84 private static final String DELEGATION_BLOCK_UNINSTALL = "delegation-block-uninstall"; field in DeviceAndProfileOwnerTest
324 DELEGATION_BLOCK_UNINSTALL, in getDelegationScopes()