Searched refs:DISALLOW_CREATE_WINDOWS (Results 1 – 9 of 9) sorted by relevance
/cts/tests/devicepolicy/src/android/devicepolicy/cts/ |
D | WindowsTest.java | 19 …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 …]
|
D | UserRestrictionsTest.java | 62 CommonUserRestrictions.DISALLOW_CREATE_WINDOWS}) 119 CommonUserRestrictions.DISALLOW_CREATE_WINDOWS,
|
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/ |
D | CommonUserRestrictions.java | 131 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/ |
D | PrimaryProfileOwnerUserRestrictionsTest.java | 46 UserManager.DISALLOW_CREATE_WINDOWS,
|
D | SecondaryProfileOwnerUserRestrictionsTest.java | 62 UserManager.DISALLOW_CREATE_WINDOWS,
|
D | BaseUserRestrictionsTest.java | 64 UserManager.DISALLOW_CREATE_WINDOWS, 99 UserManager.DISALLOW_CREATE_WINDOWS,
|
D | DeviceOwnerUserRestrictionsTest.java | 48 UserManager.DISALLOW_CREATE_WINDOWS,
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | UserRestrictions.java | 193 UserManager.DISALLOW_CREATE_WINDOWS,
|
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/ |
D | current.txt | 34069 field public static final String DISALLOW_CREATE_WINDOWS = "no_create_windows";
|