Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DWifiTest.java355 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_TETHERING); in setUserRestriction_disallowConfigTethering_isSet() local
362 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_TETHERING); in setUserRestriction_disallowConfigTethering_isSet() local
372 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_TETHERING); in setUserRestriction_disallowConfigTethering_isNotSet() local
379 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_TETHERING); in setUserRestriction_disallowConfigTethering_isNotSet() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java80 public static final String DISALLOW_CONFIG_TETHERING = "no_config_tethering"; field in CommonUserRestrictions