Home
last modified time | relevance | path

Searched defs:DISALLOW_CREATE_WINDOWS (Results 1 – 2 of 2) sorted by relevance

/cts/tests/devicepolicy/src/android/devicepolicy/cts/
DWindowsTest.java61 sDeviceState.dpc().componentName(), DISALLOW_CREATE_WINDOWS); in addUserRestriction_disallowCreateWindows_isSet() local
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
87 sDeviceState.dpc().componentName(), DISALLOW_CREATE_WINDOWS); in clearUserRestriction_disallowCreateWindows_isNotSet() local
107 sDeviceState.dpc().componentName(), DISALLOW_CREATE_WINDOWS); in addUserRestrictionGlobally_disallowCreateWindows_isSet() local
124 sDeviceState.dpc().componentName(), DISALLOW_CREATE_WINDOWS); in clearGlobalUserRestriction_disallowCreateWindows_isNotSet() local
130 sDeviceState.dpc().componentName(), DISALLOW_CREATE_WINDOWS); in clearGlobalUserRestriction_disallowCreateWindows_isNotSet() local
/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