Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DWifiTest.java137 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_WIFI); in setUserRestriction_disallowConfigWifi_isSet() local
144 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_WIFI); in setUserRestriction_disallowConfigWifi_isSet() local
154 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_WIFI); in setUserRestriction_disallowConfigWifi_isNotSet() local
161 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_WIFI); in setUserRestriction_disallowConfigWifi_isNotSet() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java25 public static final String DISALLOW_CONFIG_WIFI = "no_config_wifi"; field in CommonUserRestrictions