/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | UserTest.kt | 40 import com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_REMOVE_USER in <lambda>() 62 DISALLOW_REMOVE_USER in <lambda>() 74 DISALLOW_REMOVE_USER in <lambda>() 79 .isSet(DISALLOW_REMOVE_USER) in <lambda>() 84 DISALLOW_REMOVE_USER in <lambda>() 96 DISALLOW_REMOVE_USER in <lambda>() 101 .isSet(DISALLOW_REMOVE_USER) in <lambda>() 106 DISALLOW_REMOVE_USER in <lambda>() 113 value = DISALLOW_REMOVE_USER, in <lambda>() 121 @EnsureDoesNotHaveUserRestriction(DISALLOW_REMOVE_USER, onUser = UserType.ANY) in <lambda>() [all …]
|
D | UserRestrictionsTest.java | 99 CommonUserRestrictions.DISALLOW_REMOVE_USER,
|
/cts/hostsidetests/devicepolicy/app/CorpOwnedManagedProfile/src/com/android/cts/comp/provisioning/ |
D | UserRestrictionTest.java | 28 setUserRestriction(UserManager.DISALLOW_REMOVE_USER, true); in testAddDisallowRemoveUserRestriction() 32 setUserRestriction(UserManager.DISALLOW_REMOVE_USER, false); in testClearDisallowRemoveUserRestriction()
|
/cts/hostsidetests/multiuser/src/android/host/multiuser/ |
D | EphemeralTest.java | 50 private static final String DISALLOW_REMOVE_USER = "no_remove_user"; field in EphemeralTest 186 dpc.addUserRestriction(DISALLOW_REMOVE_USER); in testRemoveUserWhenPossible_devicePolicyIsSet() 196 dpc.clearUserRestriction(DISALLOW_REMOVE_USER); in testRemoveUserWhenPossible_devicePolicyIsSet()
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 65 public static final String DISALLOW_REMOVE_USER = "no_remove_user"; field in CommonUserRestrictions 277 DISALLOW_REMOVE_USER,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 29 UserManager.DISALLOW_REMOVE_USER,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 31 UserManager.DISALLOW_REMOVE_USER,
|
D | DeviceOwnerUserRestrictionsTest.java | 31 UserManager.DISALLOW_REMOVE_USER,
|
D | BaseUserRestrictionsTest.java | 47 UserManager.DISALLOW_REMOVE_USER,
|
/cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
D | CreateAndManageUserTest.java | 73 mDevicePolicyManager.clearUserRestriction(getWho(), UserManager.DISALLOW_REMOVE_USER); in tearDown() 164 mDevicePolicyManager.addUserRestriction(getWho(), UserManager.DISALLOW_REMOVE_USER); in testCreateAndManageUser_StopEphemeralUser_DisallowRemoveUser() 425 mDevicePolicyManager.addUserRestriction(getWho(), UserManager.DISALLOW_REMOVE_USER); in testCreateAndManageUser_RemoveRestrictionSet()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | ManagedUserPositiveTestActivity.java | 185 UserManager.DISALLOW_REMOVE_USER, true)), in addTestsToAdapter()
|
D | DeviceOwnerPositiveTestActivity.java | 603 UserManager.DISALLOW_REMOVE_USER, true)), in addTestsToAdapter() 610 UserManager.DISALLOW_REMOVE_USER, false)), in addTestsToAdapter()
|
/cts/hostsidetests/devicepolicy/app/common/src/com/android/cts/devicepolicy/ |
D | DevicePolicySafetyCheckerIntegrationTester.java | 286 dpm.addUserRestriction(admin, UserManager.DISALLOW_REMOVE_USER); in runCommonOrSpecificOperation()
|
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/ |
D | DeviceAndProfileOwnerTest.java | 109 private static final String DISALLOW_REMOVE_USER = "no_remove_user"; field in DeviceAndProfileOwnerTest
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerShellCommandMultiUserTest.kt | 175 assumeFalse(getUserManager().hasUserRestriction(UserManager.DISALLOW_REMOVE_USER)) in setup()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34088 field public static final String DISALLOW_REMOVE_USER = "no_remove_user";
|