Home
last modified time | relevance | path

Searched refs:ALL_USER_RESTRICTIONS (Results 1 – 3 of 3) sorted by relevance

/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/userrestrictions/
DBaseUserRestrictionsTest.java36 protected static final String[] ALL_USER_RESTRICTIONS = new String[]{ field in BaseUserRestrictionsTest
146 for (String r : ALL_USER_RESTRICTIONS) { in assertRestrictions()
240 Set<String> offByDefaultRestrictions = new HashSet<>(Arrays.asList(ALL_USER_RESTRICTIONS)); in testDefaultRestrictions()
DDeviceOwnerUserRestrictionsTest.java97 for (String r : ALL_USER_RESTRICTIONS) { in testHasBaseUserRestrictions()
/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/userrestrictions/
DCommonUserRestrictions.java263 public static final String[] ALL_USER_RESTRICTIONS = new String[] { field in CommonUserRestrictions