Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DOrgOwnedProfileOwnerParentTest.java134 testUnableToAddBaseUserRestriction(UserManager.DISALLOW_REMOVE_MANAGED_PROFILE); in testUnableToAddAndClearBaseUserRestrictions_onParent()
136 testUnableToAddBaseUserRestriction(UserManager.DISALLOW_ADD_USER); in testUnableToAddAndClearBaseUserRestrictions_onParent()
140 private void testUnableToAddBaseUserRestriction(String restriction) { in testUnableToAddBaseUserRestriction() method in OrgOwnedProfileOwnerParentTest