Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DFactoryResetTest.java61 sDeviceState.dpc().componentName(), DISALLOW_FACTORY_RESET); in addUserRestriction_disallowFactoryReset_isSet() local
67 sDeviceState.dpc().componentName(), DISALLOW_FACTORY_RESET); in addUserRestriction_disallowFactoryReset_isSet() local
78 DISALLOW_FACTORY_RESET); in clearUserRestriction_disallowFactoryReset_isNotSet() local
81 sDeviceState.dpc().componentName(), DISALLOW_FACTORY_RESET); in clearUserRestriction_disallowFactoryReset_isNotSet() local
87 sDeviceState.dpc().componentName(), DISALLOW_FACTORY_RESET); in clearUserRestriction_disallowFactoryReset_isNotSet() local
107 sDeviceState.dpc().componentName(), DISALLOW_FACTORY_RESET); in addUserRestrictionGlobally_disallowFactoryReset_isSet() local
124 sDeviceState.dpc().componentName(), DISALLOW_FACTORY_RESET); in clearGlobalUserRestriction_disallowFactoryReset_isNotSet() local
130 sDeviceState.dpc().componentName(), DISALLOW_FACTORY_RESET); in clearGlobalUserRestriction_disallowFactoryReset_isNotSet() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java86 public static final String DISALLOW_FACTORY_RESET = "no_factory_reset"; field in CommonUserRestrictions