Home
last modified time | relevance | path

Searched refs:DISALLOW_CROSS_PROFILE_COPY_PASTE (Results 1 – 9 of 9) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DCrossProfileSharingTest.java31 …om.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_CROSS_PROFILE_COPY_PASTE;
241 @EnsureHasUserRestriction(DISALLOW_CROSS_PROFILE_COPY_PASTE)
245 DISALLOW_CROSS_PROFILE_COPY_PASTE); in createAdminSupportIntent_disallowCrossProfileCopyPaste_createsIntent()
248 .isEqualTo(DISALLOW_CROSS_PROFILE_COPY_PASTE); in createAdminSupportIntent_disallowCrossProfileCopyPaste_createsIntent()
254 @EnsureDoesNotHaveUserRestriction(DISALLOW_CROSS_PROFILE_COPY_PASTE)
258 DISALLOW_CROSS_PROFILE_COPY_PASTE); in createAdminSupportIntent_allowCrossProfileCopyPaste_doesNotCreate()
DUserRestrictionsTest.java74 CommonUserRestrictions.DISALLOW_CROSS_PROFILE_COPY_PASTE,
121 CommonUserRestrictions.DISALLOW_CROSS_PROFILE_COPY_PASTE,
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java137 public static final String DISALLOW_CROSS_PROFILE_COPY_PASTE = "no_cross_profile_copy_paste"; field in CommonUserRestrictions
301 DISALLOW_CROSS_PROFILE_COPY_PASTE,
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileUtils.java102 UserManager.DISALLOW_CROSS_PROFILE_COPY_PASTE); in testDisallowCrossProfileCopyPaste()
109 UserManager.DISALLOW_CROSS_PROFILE_COPY_PASTE); in testAllowCrossProfileCopyPaste()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DPrimaryProfileOwnerUserRestrictionsTest.java48 UserManager.DISALLOW_CROSS_PROFILE_COPY_PASTE,
DSecondaryProfileOwnerUserRestrictionsTest.java40 UserManager.DISALLOW_CROSS_PROFILE_COPY_PASTE,
DDeviceOwnerUserRestrictionsTest.java50 UserManager.DISALLOW_CROSS_PROFILE_COPY_PASTE,
DBaseUserRestrictionsTest.java66 UserManager.DISALLOW_CROSS_PROFILE_COPY_PASTE,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34070 …field public static final String DISALLOW_CROSS_PROFILE_COPY_PASTE = "no_cross_profile_copy_paste";