Home
last modified time | relevance | path

Searched refs:DISALLOW_CONFIG_MOBILE_NETWORKS (Results 1 – 12 of 12) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DTelephonyTest.java24 … com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_CONFIG_MOBILE_NETWORKS;
154 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_MOBILE_NETWORKS)); in setUserRestriction_disallowConfigMobileNetworks_cannotSet_throwsException()
163 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_MOBILE_NETWORKS); in setUserRestriction_disallowConfigMobileNetworks_isSet() local
165 … assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONFIG_MOBILE_NETWORKS)) in setUserRestriction_disallowConfigMobileNetworks_isSet()
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
181 … assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONFIG_MOBILE_NETWORKS)) in setUserRestriction_disallowConfigMobileNetworks_isNotSet()
186 sDeviceState.dpc().componentName(), DISALLOW_CONFIG_MOBILE_NETWORKS); in setUserRestriction_disallowConfigMobileNetworks_isNotSet() local
190 @EnsureDoesNotHaveUserRestriction(DISALLOW_CONFIG_MOBILE_NETWORKS)
199 @EnsureHasUserRestriction(DISALLOW_CONFIG_MOBILE_NETWORKS)
DUserRestrictionsTest.java113 CommonUserRestrictions.DISALLOW_CONFIG_MOBILE_NETWORKS,
/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
291 DISALLOW_CONFIG_MOBILE_NETWORKS,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DPrimaryProfileOwnerUserRestrictionsTest.java38 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
DSecondaryProfileOwnerUserRestrictionsTest.java57 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
DBaseUserRestrictionsTest.java56 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
94 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
DDeviceOwnerUserRestrictionsTest.java40 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUserRestrictions.java44 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
188 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
321 case UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS: in isRestrictionValid()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DOrgOwnedProfileOwnerParentTest.java80 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
DUserRestrictionsParentTest.java201 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
/cts/tests/tests/telephony/current/src/android/telephony/cts/
DTelephonyManagerTest.java1887 && !userManager.hasUserRestriction(UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS); in testResetSettings()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34061 field public static final String DISALLOW_CONFIG_MOBILE_NETWORKS = "no_config_mobile_networks";