Searched refs:DISALLOW_CONFIG_MOBILE_NETWORKS (Results 1 – 12 of 12) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | TelephonyTest.java | 24 … 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)
|
D | UserRestrictionsTest.java | 113 CommonUserRestrictions.DISALLOW_CONFIG_MOBILE_NETWORKS,
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 107 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/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 38 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 57 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
|
D | BaseUserRestrictionsTest.java | 56 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS, 94 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
|
D | DeviceOwnerUserRestrictionsTest.java | 40 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | UserRestrictions.java | 44 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/ |
D | OrgOwnedProfileOwnerParentTest.java | 80 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
|
D | UserRestrictionsParentTest.java | 201 UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS,
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | TelephonyManagerTest.java | 1887 && !userManager.hasUserRestriction(UserManager.DISALLOW_CONFIG_MOBILE_NETWORKS); in testResetSettings()
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34061 field public static final String DISALLOW_CONFIG_MOBILE_NETWORKS = "no_config_mobile_networks";
|