Home
last modified time | relevance | path

Searched defs:DISALLOW_MODIFY_ACCOUNTS (Results 1 – 2 of 2) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DAccountManagementTest.java225 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
/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