Searched refs:USER_RESTRICTIONS (Results 1 – 3 of 3) sorted by relevance
81 public static final Set<String> USER_RESTRICTIONS = newSetWithUniqueCheck(new String[] { field in UserRestrictionsUtils342 if (!USER_RESTRICTIONS.contains(restriction)) { in isValidRestriction()415 if (USER_RESTRICTIONS.contains(key)) { in writeRestrictions()432 for (String key : USER_RESTRICTIONS) { in readRestrictions()620 for (String key : USER_RESTRICTIONS) { in applyUserRestrictions()
7806 for (String restriction : UserRestrictionsUtils.USER_RESTRICTIONS) { in testSetUserRestriction_financeDo_invalidRestrictions_restrictionNotSet()7826 for (String restriction : UserRestrictionsUtils.USER_RESTRICTIONS) { in testSetUserRestriction_financeDo_validRestrictions_setsRestriction()
9355 // Allowed values are defined in UserRestrictionsUtils#USER_RESTRICTIONS.