HomeSort by relevance Sort by last modified time
    Searched defs:DISALLOW_REMOVE_USER (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
CreateAndManageUserTest.java 70 mDevicePolicyManager.clearUserRestriction(getWho(), UserManager.DISALLOW_REMOVE_USER);
278 // Set DISALLOW_REMOVE_USER restriction
279 mDevicePolicyManager.addUserRestriction(getWho(), UserManager.DISALLOW_REMOVE_USER);
301 // Clear DISALLOW_REMOVE_USER restriction
302 mDevicePolicyManager.clearUserRestriction(getWho(), UserManager.DISALLOW_REMOVE_USER);
414 mDevicePolicyManager.addUserRestriction(getWho(), UserManager.DISALLOW_REMOVE_USER);
  /cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DeviceAndProfileOwnerTest.java 109 private static final String DISALLOW_REMOVE_USER = "no_remove_user";
    [all...]

Completed in 765 milliseconds