Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/util/
DTestVettingViewer.java63 EnumSet<NotificationCategory> choiceSet = EnumSet.of(NotificationCategory.englishChanged); in testDashboardEnglishChanged() local
67 VettingParameters args = new VettingParameters(choiceSet, locale, Level.MODERN); in testDashboardEnglishChanged()
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DMissingXmlGetter.java50 …final EnumSet<NotificationCategory> choiceSet = VettingViewer.getDashboardNotificationCategories(u… in getXml() local
51 final VettingParameters args = new VettingParameters(choiceSet, locale, coverageLevel); in getXml()
DVettingViewer.java1514 EnumSet<NotificationCategory> choiceSet = EnumSet.allOf(NotificationCategory.class); in getDashboardNotificationCategories() local
1516 choiceSet = EnumSet.of( in getDashboardNotificationCategories()
1525 return choiceSet; in getDashboardNotificationCategories()