Home
last modified time | relevance | path

Searched refs:DISALLOW_UNMUTE_MICROPHONE (Results 1 – 11 of 11) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DAudioTest.java20 …tatic com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_UNMUTE_MICROPHONE;
62 sDeviceState.dpc().componentName(), DISALLOW_UNMUTE_MICROPHONE)); in setUserRestriction_disallowUnmuteMicrophone_cannotSet_throwsException()
71 sDeviceState.dpc().componentName(), DISALLOW_UNMUTE_MICROPHONE); in setUserRestriction_disallowUnmuteMicrophone_isSet() local
73 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_UNMUTE_MICROPHONE)) in setUserRestriction_disallowUnmuteMicrophone_isSet()
77 sDeviceState.dpc().componentName(), DISALLOW_UNMUTE_MICROPHONE); in setUserRestriction_disallowUnmuteMicrophone_isSet() local
87 sDeviceState.dpc().componentName(), DISALLOW_UNMUTE_MICROPHONE); in setUserRestriction_disallowUnmuteMicrophone_isNotSet() local
89 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_UNMUTE_MICROPHONE)) in setUserRestriction_disallowUnmuteMicrophone_isNotSet()
94 sDeviceState.dpc().componentName(), DISALLOW_UNMUTE_MICROPHONE); in setUserRestriction_disallowUnmuteMicrophone_isNotSet() local
98 @EnsureDoesNotHaveUserRestriction(DISALLOW_UNMUTE_MICROPHONE)
114 @EnsureHasUserRestriction(DISALLOW_UNMUTE_MICROPHONE)
DUserRestrictionsTest.java116 CommonUserRestrictions.DISALLOW_UNMUTE_MICROPHONE,
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java116 public static final String DISALLOW_UNMUTE_MICROPHONE = "no_unmute_microphone"; field in CommonUserRestrictions
294 DISALLOW_UNMUTE_MICROPHONE,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DAudioRestrictionTest.java159 ADMIN_RECEIVER_COMPONENT, UserManager.DISALLOW_UNMUTE_MICROPHONE); in testDisallowUnmuteMicrophone()
172 ADMIN_RECEIVER_COMPONENT, UserManager.DISALLOW_UNMUTE_MICROPHONE); in testDisallowUnmuteMicrophone()
DOrgOwnedProfileOwnerParentTest.java92 UserManager.DISALLOW_UNMUTE_MICROPHONE
DUserRestrictionsParentTest.java213 UserManager.DISALLOW_UNMUTE_MICROPHONE
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DPrimaryProfileOwnerUserRestrictionsTest.java41 UserManager.DISALLOW_UNMUTE_MICROPHONE,
DSecondaryProfileOwnerUserRestrictionsTest.java36 UserManager.DISALLOW_UNMUTE_MICROPHONE,
DBaseUserRestrictionsTest.java59 UserManager.DISALLOW_UNMUTE_MICROPHONE,
111 UserManager.DISALLOW_UNMUTE_MICROPHONE,
DDeviceOwnerUserRestrictionsTest.java43 UserManager.DISALLOW_UNMUTE_MICROPHONE,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34102 field public static final String DISALLOW_UNMUTE_MICROPHONE = "no_unmute_microphone";