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