HomeSort by relevance Sort by last modified time
    Searched refs:DELEGATION_BLOCK_UNINSTALL (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/devicepolicy/app/DelegateApp/src/com/android/cts/delegate/
BlockUninstallDelegateTest.java 18 import static android.app.admin.DevicePolicyManager.DELEGATION_BLOCK_UNINSTALL;
29 * Test that an app given the {@link DevicePolicyManager#DELEGATION_BLOCK_UNINSTALL} scope via
72 return scopes.contains(DELEGATION_BLOCK_UNINSTALL);
  /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DelegationTest.java 20 import static android.app.admin.DevicePolicyManager.DELEGATION_BLOCK_UNINSTALL;
110 DELEGATION_BLOCK_UNINSTALL,
151 DELEGATION_BLOCK_UNINSTALL,
157 assertTrue("No delegates should be found", getDelegatePackages(DELEGATION_BLOCK_UNINSTALL)
171 assertTrue("Expected delegate not found", getDelegatePackages(DELEGATION_BLOCK_UNINSTALL)
181 assertFalse("Unexpected delegate package", getDelegatePackages(DELEGATION_BLOCK_UNINSTALL)
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAndProfileOwnerTest.java 82 private static final String DELEGATION_BLOCK_UNINSTALL = "delegation-block-uninstall";
322 DELEGATION_BLOCK_UNINSTALL,
    [all...]

Completed in 234 milliseconds