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/ |
D | EnsureHasAccount.java | 21 … static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_MODIFY_ACCOUNTS; 35 @EnsureDoesNotHaveUserRestriction(DISALLOW_MODIFY_ACCOUNTS)
|
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | AccountManagementTest.java | 22 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 …]
|
D | UserRestrictionsTest.java | 88 CommonUserRestrictions.DISALLOW_MODIFY_ACCOUNTS,
|
D | DeviceManagementCoexistenceTest.java | 45 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/ |
D | CommonUserRestrictions.java | 31 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/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 23 UserManager.DISALLOW_MODIFY_ACCOUNTS,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 26 UserManager.DISALLOW_MODIFY_ACCOUNTS,
|
D | DeviceOwnerUserRestrictionsTest.java | 25 UserManager.DISALLOW_MODIFY_ACCOUNTS,
|
D | BaseUserRestrictionsTest.java | 38 UserManager.DISALLOW_MODIFY_ACCOUNTS,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | UserRestrictions.java | 51 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/ |
D | current.txt | 34080 field public static final String DISALLOW_MODIFY_ACCOUNTS = "no_modify_accounts";
|