Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DTelephonyTest.java28 …ic com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_ULTRA_WIDEBAND_RADIO;
503 sDeviceState.dpc().componentName(), DISALLOW_ULTRA_WIDEBAND_RADIO)); in setUserRestriction_disallowUltraWidebandRadio_cannotSet_throwsException()
512 sDeviceState.dpc().componentName(), DISALLOW_ULTRA_WIDEBAND_RADIO); in setUserRestriction_disallowUltraWidebandRadio_isSet() local
514 … assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_ULTRA_WIDEBAND_RADIO)) in setUserRestriction_disallowUltraWidebandRadio_isSet()
518 sDeviceState.dpc().componentName(), DISALLOW_ULTRA_WIDEBAND_RADIO); in setUserRestriction_disallowUltraWidebandRadio_isSet() local
528 sDeviceState.dpc().componentName(), DISALLOW_ULTRA_WIDEBAND_RADIO); in setUserRestriction_disallowUltraWidebandRadio_isNotSet() local
530 … assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_ULTRA_WIDEBAND_RADIO)) in setUserRestriction_disallowUltraWidebandRadio_isNotSet()
535 sDeviceState.dpc().componentName(), DISALLOW_ULTRA_WIDEBAND_RADIO); in setUserRestriction_disallowUltraWidebandRadio_isNotSet() local
539 @EnsureDoesNotHaveUserRestriction(DISALLOW_ULTRA_WIDEBAND_RADIO)
548 @EnsureHasUserRestriction(DISALLOW_ULTRA_WIDEBAND_RADIO)
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java247 public static final String DISALLOW_ULTRA_WIDEBAND_RADIO = "no_ultra_wideband_radio"; field in CommonUserRestrictions
335 DISALLOW_ULTRA_WIDEBAND_RADIO,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34099 field public static final String DISALLOW_ULTRA_WIDEBAND_RADIO = "no_ultra_wideband_radio";