Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DDpcAllowedAccountManagementTest.java60 UserManager.DISALLOW_MODIFY_ACCOUNTS); in setUp()
67 UserManager.DISALLOW_MODIFY_ACCOUNTS); in tearDown()
109 UserManager.DISALLOW_MODIFY_ACCOUNTS); in testUserRestriction_profileAndDeviceOwnerCanAddAccount()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DDeviceOwnerUserRestrictionsTest.java23 UserManager.DISALLOW_MODIFY_ACCOUNTS,
DSecondaryProfileOwnerUserRestrictionsTest.java26 UserManager.DISALLOW_MODIFY_ACCOUNTS,
DBaseUserRestrictionsTest.java35 UserManager.DISALLOW_MODIFY_ACCOUNTS,
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java88 private static final String DISALLOW_MODIFY_ACCOUNTS = "no_modify_accounts"; field in DeviceAndProfileOwnerTest
419 changeUserRestrictionOrFail(DISALLOW_MODIFY_ACCOUNTS, true, mUserId); in testAccountManagement_userRestrictionAddAccount()
423 changeUserRestrictionOrFail(DISALLOW_MODIFY_ACCOUNTS, false, mUserId); in testAccountManagement_userRestrictionAddAccount()
435 changeUserRestrictionOrFail(DISALLOW_MODIFY_ACCOUNTS, true, mUserId); in testAccountManagement_userRestrictionRemoveAccount()
439 changeUserRestrictionOrFail(DISALLOW_MODIFY_ACCOUNTS, false, mUserId); in testAccountManagement_userRestrictionRemoveAccount()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUserRestrictions.java46 UserManager.DISALLOW_MODIFY_ACCOUNTS,
144 ALSO_VALID_FOR_PO_POLICY_TRANSPARENCY.add(UserManager.DISALLOW_MODIFY_ACCOUNTS);