Searched refs:DISALLOW_CONTENT_CAPTURE (Results 1 – 11 of 11) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | ContentTest.java | 21 … 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)
|
D | UserRestrictionsTest.java | 135 CommonUserRestrictions.DISALLOW_CONTENT_CAPTURE,
|
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | ContentCaptureRestrictionsTest.java | 19 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()
|
D | DevicePolicyLoggingTest.java | 83 UserManager.DISALLOW_CONTENT_CAPTURE); in testSetUserRestrictionLogged() 85 UserManager.DISALLOW_CONTENT_CAPTURE); in testSetUserRestrictionLogged()
|
D | OrgOwnedProfileOwnerParentTest.java | 83 UserManager.DISALLOW_CONTENT_CAPTURE,
|
D | UserRestrictionsParentTest.java | 204 UserManager.DISALLOW_CONTENT_CAPTURE,
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 183 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/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 56 UserManager.DISALLOW_CONTENT_CAPTURE,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 45 UserManager.DISALLOW_CONTENT_CAPTURE,
|
D | DeviceOwnerUserRestrictionsTest.java | 58 UserManager.DISALLOW_CONTENT_CAPTURE,
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34067 field public static final String DISALLOW_CONTENT_CAPTURE = "no_content_capture";
|