Home
last modified time | relevance | path

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

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DWindowsTest.java19 …t static com.android.bedstead.nene.userrestrictions.CommonUserRestrictions.DISALLOW_CREATE_WINDOWS;
52 sDeviceState.dpc().componentName(), DISALLOW_CREATE_WINDOWS)); in addUserRestriction_disallowCreateWindows_cannotSet_throwsException()
61 sDeviceState.dpc().componentName(), DISALLOW_CREATE_WINDOWS); in addUserRestriction_disallowCreateWindows_isSet() local
63 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CREATE_WINDOWS)) in addUserRestriction_disallowCreateWindows_isSet()
67 sDeviceState.dpc().componentName(), DISALLOW_CREATE_WINDOWS); in addUserRestriction_disallowCreateWindows_isSet() local
78 DISALLOW_CREATE_WINDOWS); in clearUserRestriction_disallowCreateWindows_isNotSet() local
81 sDeviceState.dpc().componentName(), DISALLOW_CREATE_WINDOWS); in clearUserRestriction_disallowCreateWindows_isNotSet() local
83 assertThat(TestApis.devicePolicy().userRestrictions().isSet(DISALLOW_CREATE_WINDOWS)) in clearUserRestriction_disallowCreateWindows_isNotSet()
87 sDeviceState.dpc().componentName(), DISALLOW_CREATE_WINDOWS); in clearUserRestriction_disallowCreateWindows_isNotSet() local
101 DISALLOW_CREATE_WINDOWS); in addUserRestrictionGlobally_disallowCreateWindows_isSet()
[all …]
DUserRestrictionsTest.java62 CommonUserRestrictions.DISALLOW_CREATE_WINDOWS})
119 CommonUserRestrictions.DISALLOW_CREATE_WINDOWS,
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java131 public static final String DISALLOW_CREATE_WINDOWS = "no_create_windows"; field in CommonUserRestrictions
299 DISALLOW_CREATE_WINDOWS,
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DPrimaryProfileOwnerUserRestrictionsTest.java46 UserManager.DISALLOW_CREATE_WINDOWS,
DSecondaryProfileOwnerUserRestrictionsTest.java62 UserManager.DISALLOW_CREATE_WINDOWS,
DBaseUserRestrictionsTest.java64 UserManager.DISALLOW_CREATE_WINDOWS,
99 UserManager.DISALLOW_CREATE_WINDOWS,
DDeviceOwnerUserRestrictionsTest.java48 UserManager.DISALLOW_CREATE_WINDOWS,
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUserRestrictions.java193 UserManager.DISALLOW_CREATE_WINDOWS,
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dcurrent.txt34069 field public static final String DISALLOW_CREATE_WINDOWS = "no_create_windows";