Searched refs:choiceSet (Results 1 – 3 of 3) sorted by relevance
63 EnumSet<NotificationCategory> choiceSet = EnumSet.of(NotificationCategory.englishChanged); in testDashboardEnglishChanged() local67 VettingParameters args = new VettingParameters(choiceSet, locale, Level.MODERN); in testDashboardEnglishChanged()
50 …final EnumSet<NotificationCategory> choiceSet = VettingViewer.getDashboardNotificationCategories(u… in getXml() local51 final VettingParameters args = new VettingParameters(choiceSet, locale, coverageLevel); in getXml()
1514 EnumSet<NotificationCategory> choiceSet = EnumSet.allOf(NotificationCategory.class); in getDashboardNotificationCategories() local1516 choiceSet = EnumSet.of( in getDashboardNotificationCategories()1525 return choiceSet; in getDashboardNotificationCategories()