Searched refs:DELEGATION_BLOCK_UNINSTALL (Results 1 – 3 of 3) sorted by relevance
18 import static android.app.admin.DevicePolicyManager.DELEGATION_BLOCK_UNINSTALL;60 return scopes.contains(DELEGATION_BLOCK_UNINSTALL); in amIBlockUninstallDelegate()
20 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()
95 private static final String DELEGATION_BLOCK_UNINSTALL = "delegation-block-uninstall"; field in DeviceAndProfileOwnerTest333 DELEGATION_BLOCK_UNINSTALL, in getDelegationScopes()