Home
last modified time | relevance | path

Searched refs:DISALLOW_CONFIG_WIFI (Results 1 – 9 of 9) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DWifiTest.java27 …port static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_CONFIG_WIFI;
128 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_WIFI)); in setUserRestriction_disallowConfigWifi_cannotSet_throwsException()
137 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_WIFI); in setUserRestriction_disallowConfigWifi_isSet() local
139 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONFIG_WIFI)) in setUserRestriction_disallowConfigWifi_isSet()
144 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_WIFI); in setUserRestriction_disallowConfigWifi_isSet() local
154 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_WIFI); in setUserRestriction_disallowConfigWifi_isNotSet() local
156 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONFIG_WIFI)) in setUserRestriction_disallowConfigWifi_isNotSet()
161 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_WIFI); in setUserRestriction_disallowConfigWifi_isNotSet() local
165 @EnsureDoesNotHaveUserRestriction(DISALLOW_CONFIG_WIFI)
176 @EnsureHasUserRestriction(DISALLOW_CONFIG_WIFI)
[all …]
DUserRestrictionsTest.java86 CommonUserRestrictions.DISALLOW_CONFIG_WIFI,
168 private static final String ANY_USER_RESTRICTION = CommonUserRestrictions.DISALLOW_CONFIG_WIFI;
/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
264 DISALLOW_CONFIG_WIFI,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DBaseUserRestrictionsTest.java37 UserManager.DISALLOW_CONFIG_WIFI,
299 final String restriction = UserManager.DISALLOW_CONFIG_WIFI; in testBroadcast()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUserRestrictions.java46 UserManager.DISALLOW_CONFIG_WIFI,
208 UserManager.DISALLOW_CONFIG_WIFI,
323 case UserManager.DISALLOW_CONFIG_WIFI: in isRestrictionValid()
DDeviceOwnerPositiveTestActivity.java262 UserManager.DISALLOW_CONFIG_WIFI, true)), in addTestsToAdapter()
269 UserManager.DISALLOW_CONFIG_WIFI, false)) in addTestsToAdapter()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DOrgOwnedProfileOwnerParentTest.java82 UserManager.DISALLOW_CONFIG_WIFI,
DUserRestrictionsParentTest.java203 UserManager.DISALLOW_CONFIG_WIFI,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34066 field public static final String DISALLOW_CONFIG_WIFI = "no_config_wifi";