Home
last modified time | relevance | path

Searched refs:DISALLOW_CELLULAR_2G (Results 1 – 4 of 4) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DTelephonyTest.java22 …port static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_CELLULAR_2G;
398 sDeviceState.dpc().componentName(), DISALLOW_CELLULAR_2G)); in setUserRestriction_disallowCellular2g_cannotSet_throwsException()
409 sDeviceState.dpc().componentName(), DISALLOW_CELLULAR_2G); in setUserRestriction_disallowCellular2g_isSet() local
411 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CELLULAR_2G)) in setUserRestriction_disallowCellular2g_isSet()
415 sDeviceState.dpc().componentName(), DISALLOW_CELLULAR_2G); in setUserRestriction_disallowCellular2g_isSet() local
427 sDeviceState.dpc().componentName(), DISALLOW_CELLULAR_2G); in setUserRestriction_disallowCellular2g_isNotSet() local
429 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CELLULAR_2G)) in setUserRestriction_disallowCellular2g_isNotSet()
434 sDeviceState.dpc().componentName(), DISALLOW_CELLULAR_2G); in setUserRestriction_disallowCellular2g_isNotSet() local
446 sDeviceState.dpc().componentName(), UserManager.DISALLOW_CELLULAR_2G); in addDisallowCellular2g_notTelephonyCapable_sendHardwareUnsupportedToAdmin()
449 getIdentifierForUserRestriction(UserManager.DISALLOW_CELLULAR_2G), in addDisallowCellular2g_notTelephonyCapable_sendHardwareUnsupportedToAdmin()
[all …]
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java244 public static final String DISALLOW_CELLULAR_2G = "no_cellular_2g"; field in CommonUserRestrictions
334 DISALLOW_CELLULAR_2G,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DBaseUserRestrictionsTest.java81 UserManager.DISALLOW_CELLULAR_2G,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34051 field public static final String DISALLOW_CELLULAR_2G = "no_cellular_2g";