Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DNetworkResetTest.java85 sDeviceState.dpc().componentName(), DISALLOW_NETWORK_RESET); in factoryReset_disallowedByNetworkResetPolicy_doesNotFactoryReset() local
141 sDeviceState.dpc().componentName(), DISALLOW_NETWORK_RESET); in factoryReset_noPolicyRestrictions_resetsToDefault() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java83 public static final String DISALLOW_NETWORK_RESET = "no_network_reset"; field in CommonUserRestrictions