Home
last modified time | relevance | path

Searched refs:DISALLOW_THREAD_NETWORK (Results 1 – 3 of 3) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DThreadNetworkTest.java21 import static android.os.UserManager.DISALLOW_THREAD_NETWORK;
84 sDeviceState.dpc().componentName(), DISALLOW_THREAD_NETWORK)); in setUserRestriction_disallowThreadNetwork_throwsSecurityException()
93 sDeviceState.dpc().componentName(), DISALLOW_THREAD_NETWORK); in setUserRestriction_disallowThreadNetwork_isSet() local
95 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_THREAD_NETWORK)) in setUserRestriction_disallowThreadNetwork_isSet()
99 sDeviceState.dpc().componentName(), DISALLOW_THREAD_NETWORK); in setUserRestriction_disallowThreadNetwork_isSet() local
109 sDeviceState.dpc().componentName(), DISALLOW_THREAD_NETWORK); in setUserRestriction_disallowThreadNetwork_isNotSet() local
111 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_THREAD_NETWORK)) in setUserRestriction_disallowThreadNetwork_isNotSet()
116 sDeviceState.dpc().componentName(), DISALLOW_THREAD_NETWORK); in setUserRestriction_disallowThreadNetwork_isNotSet() local
121 @EnsureHasUserRestriction(DISALLOW_THREAD_NETWORK)
144 @EnsureDoesNotHaveUserRestriction(DISALLOW_THREAD_NETWORK)
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java256 public static final String DISALLOW_THREAD_NETWORK = "no_thread_network"; field in CommonUserRestrictions
337 DISALLOW_THREAD_NETWORK,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34098 …ags.thread_user_restriction_enabled") public static final String DISALLOW_THREAD_NETWORK = "no_thr…