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/
DAllowedAccountManagementTest.java55 UserManager.DISALLOW_MODIFY_ACCOUNTS); in setUp()
62 UserManager.DISALLOW_MODIFY_ACCOUNTS); in tearDown()
104 UserManager.DISALLOW_MODIFY_ACCOUNTS); in testUserRestriction_profileAndDeviceOwnerCanAddAndRemoveAccount()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUserRestrictions.java46 UserManager.DISALLOW_MODIFY_ACCOUNTS,
163 UserManager.DISALLOW_MODIFY_ACCOUNTS, UserManager.DISALLOW_SHARE_LOCATION,
172 UserManager.DISALLOW_MODIFY_ACCOUNTS,
/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.java110 private static final String DISALLOW_MODIFY_ACCOUNTS = "no_modify_accounts"; field in DeviceAndProfileOwnerTest
745 changeUserRestrictionOrFail(DISALLOW_MODIFY_ACCOUNTS, true, mUserId); in testAccountManagement_userRestrictionAddAccount()
749 changeUserRestrictionOrFail(DISALLOW_MODIFY_ACCOUNTS, false, mUserId); in testAccountManagement_userRestrictionAddAccount()
761 changeUserRestrictionOrFail(DISALLOW_MODIFY_ACCOUNTS, true, mUserId); in testAccountManagement_userRestrictionRemoveAccount()
765 changeUserRestrictionOrFail(DISALLOW_MODIFY_ACCOUNTS, false, mUserId); in testAccountManagement_userRestrictionRemoveAccount()