Home
last modified time | relevance | path

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

/cts/common/device-side/bedstead/harrier/common/src/main/java/com/android/bedstead/harrier/annotations/
DEnsureHasAccount.java21 … static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_MODIFY_ACCOUNTS;
35 @EnsureDoesNotHaveUserRestriction(DISALLOW_MODIFY_ACCOUNTS)
/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DAccountManagementTest.java22 import static android.os.UserManager.DISALLOW_MODIFY_ACCOUNTS;
225 sDeviceState.dpc().componentName(), DISALLOW_MODIFY_ACCOUNTS); in addAccount_fromDpcWithDisallowModifyAccountsRestriction_accountAdded() local
238 sDeviceState.dpc().componentName(), DISALLOW_MODIFY_ACCOUNTS); in addAccount_fromDpcWithDisallowModifyAccountsRestriction_accountAdded() local
249 sDeviceState.dpc().componentName(), DISALLOW_MODIFY_ACCOUNTS); in removeAccount_fromDpcWithDisallowModifyAccountsRestriction_accountRemoved() local
269 sDeviceState.dpc().componentName(), DISALLOW_MODIFY_ACCOUNTS); in removeAccount_fromDpcWithDisallowModifyAccountsRestriction_accountRemoved() local
277 sDeviceState.dpc().componentName(), UserManager.DISALLOW_MODIFY_ACCOUNTS); in addAccount_withDisallowModifyAccountsRestriction_throwsException()
290 sDeviceState.dpc().componentName(), UserManager.DISALLOW_MODIFY_ACCOUNTS); in addAccount_withDisallowModifyAccountsRestriction_throwsException()
296 @EnsureDoesNotHaveUserRestriction(CommonUserRestrictions.DISALLOW_MODIFY_ACCOUNTS)
304 sDeviceState.dpc().componentName(), UserManager.DISALLOW_MODIFY_ACCOUNTS); in removeAccount_withDisallowModifyAccountsRestriction_throwsException()
310 sDeviceState.dpc().componentName(), UserManager.DISALLOW_MODIFY_ACCOUNTS); in removeAccount_withDisallowModifyAccountsRestriction_throwsException()
[all …]
DUserRestrictionsTest.java88 CommonUserRestrictions.DISALLOW_MODIFY_ACCOUNTS,
DDeviceManagementCoexistenceTest.java45 import static android.os.UserManager.DISALLOW_MODIFY_ACCOUNTS;
134 private static final String LOCAL_USER_RESTRICTION = DISALLOW_MODIFY_ACCOUNTS;
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java31 public static final String DISALLOW_MODIFY_ACCOUNTS = "no_modify_accounts"; field in CommonUserRestrictions
266 DISALLOW_MODIFY_ACCOUNTS,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DPrimaryProfileOwnerUserRestrictionsTest.java23 UserManager.DISALLOW_MODIFY_ACCOUNTS,
DSecondaryProfileOwnerUserRestrictionsTest.java26 UserManager.DISALLOW_MODIFY_ACCOUNTS,
DDeviceOwnerUserRestrictionsTest.java25 UserManager.DISALLOW_MODIFY_ACCOUNTS,
DBaseUserRestrictionsTest.java38 UserManager.DISALLOW_MODIFY_ACCOUNTS,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUserRestrictions.java51 UserManager.DISALLOW_MODIFY_ACCOUNTS,
201 UserManager.DISALLOW_MODIFY_ACCOUNTS, UserManager.DISALLOW_SHARE_LOCATION,
210 UserManager.DISALLOW_MODIFY_ACCOUNTS,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34080 field public static final String DISALLOW_MODIFY_ACCOUNTS = "no_modify_accounts";