Searched refs:DISALLOW_CHANGE_WIFI_STATE (Results 1 – 6 of 6) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | WifiTest.java | 25 …tatic com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_CHANGE_WIFI_STATE; 198 sDeviceState.dpc().componentName(), DISALLOW_CHANGE_WIFI_STATE)); in setUserRestriction_disallowChangeWifiState_cannotSet_throwsException() 207 sDeviceState.dpc().componentName(), DISALLOW_CHANGE_WIFI_STATE); in setUserRestriction_disallowChangeWifiState_isSet() local 209 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CHANGE_WIFI_STATE)) in setUserRestriction_disallowChangeWifiState_isSet() 213 sDeviceState.dpc().componentName(), DISALLOW_CHANGE_WIFI_STATE); in setUserRestriction_disallowChangeWifiState_isSet() local 223 sDeviceState.dpc().componentName(), DISALLOW_CHANGE_WIFI_STATE); in setUserRestriction_disallowChangeWifiState_isNotSet() local 225 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CHANGE_WIFI_STATE)) in setUserRestriction_disallowChangeWifiState_isNotSet() 230 sDeviceState.dpc().componentName(), DISALLOW_CHANGE_WIFI_STATE); in setUserRestriction_disallowChangeWifiState_isNotSet() local 234 @EnsureDoesNotHaveUserRestriction(DISALLOW_CHANGE_WIFI_STATE) 247 @EnsureHasUserRestriction(DISALLOW_CHANGE_WIFI_STATE)
|
D | UserRestrictionsTest.java | 149 CommonUserRestrictions.DISALLOW_CHANGE_WIFI_STATE,
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 213 public static final String DISALLOW_CHANGE_WIFI_STATE = "no_change_wifi_state"; field in CommonUserRestrictions 329 DISALLOW_CHANGE_WIFI_STATE,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/ |
D | BaseUserRestrictionsTest.java | 76 UserManager.DISALLOW_CHANGE_WIFI_STATE, 104 UserManager.DISALLOW_CHANGE_WIFI_STATE,
|
D | DeviceOwnerUserRestrictionsTest.java | 63 UserManager.DISALLOW_CHANGE_WIFI_STATE,
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34052 field public static final String DISALLOW_CHANGE_WIFI_STATE = "no_change_wifi_state";
|