Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DTelephonyTest.java163 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_MOBILE_NETWORKS); in setUserRestriction_disallowConfigMobileNetworks_isSet() local
169 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_MOBILE_NETWORKS); in setUserRestriction_disallowConfigMobileNetworks_isSet() local
179 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_MOBILE_NETWORKS); in setUserRestriction_disallowConfigMobileNetworks_isNotSet() local
186 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_MOBILE_NETWORKS); in setUserRestriction_disallowConfigMobileNetworks_isNotSet() local
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java107 public static final String DISALLOW_CONFIG_MOBILE_NETWORKS = "no_config_mobile_networks"; field in CommonUserRestrictions