Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DContentTest.java21 … static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_CONTENT_CAPTURE;
71 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_CAPTURE)); in setUserRestriction_disallowContentCapture_cannotSet_throwsException()
81 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_CAPTURE); in setUserRestriction_disallowContentCapture_isSet() local
83 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONTENT_CAPTURE)) in setUserRestriction_disallowContentCapture_isSet()
87 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_CAPTURE); in setUserRestriction_disallowContentCapture_isSet() local
97 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_CAPTURE); in setUserRestriction_disallowContentCapture_isNotSet() local
99 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CONTENT_CAPTURE)) in setUserRestriction_disallowContentCapture_isNotSet()
104 sDeviceState.dpc().componentName(), DISALLOW_CONTENT_CAPTURE); in setUserRestriction_disallowContentCapture_isNotSet() local
108 @EnsureDoesNotHaveUserRestriction(DISALLOW_CONTENT_CAPTURE)
118 @EnsureHasUserRestriction(DISALLOW_CONTENT_CAPTURE)
DUserRestrictionsTest.java135 CommonUserRestrictions.DISALLOW_CONTENT_CAPTURE,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DContentCaptureRestrictionsTest.java19 import static android.os.UserManager.DISALLOW_CONTENT_CAPTURE;
52 DISALLOW_CONTENT_CAPTURE); in tearDown()
68 mDevicePolicyManager.addUserRestriction(ADMIN_RECEIVER_COMPONENT, DISALLOW_CONTENT_CAPTURE); in testDisallowContentCapture_allowed()
DDevicePolicyLoggingTest.java83 UserManager.DISALLOW_CONTENT_CAPTURE); in testSetUserRestrictionLogged()
85 UserManager.DISALLOW_CONTENT_CAPTURE); in testSetUserRestrictionLogged()
DOrgOwnedProfileOwnerParentTest.java83 UserManager.DISALLOW_CONTENT_CAPTURE,
DUserRestrictionsParentTest.java204 UserManager.DISALLOW_CONTENT_CAPTURE,
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java183 public static final String DISALLOW_CONTENT_CAPTURE = "no_content_capture"; field in CommonUserRestrictions
315 DISALLOW_CONTENT_CAPTURE,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DPrimaryProfileOwnerUserRestrictionsTest.java56 UserManager.DISALLOW_CONTENT_CAPTURE,
DSecondaryProfileOwnerUserRestrictionsTest.java45 UserManager.DISALLOW_CONTENT_CAPTURE,
DDeviceOwnerUserRestrictionsTest.java58 UserManager.DISALLOW_CONTENT_CAPTURE,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34067 field public static final String DISALLOW_CONTENT_CAPTURE = "no_content_capture";