Searched refs:GOOD_COUNTRIES (Results 1 – 1 of 1) sorted by relevance
321 private static Set<String> GOOD_COUNTRIES; field in StandardCodes325 if (GOOD_COUNTRIES == null) { in getGoodCountries()332 GOOD_COUNTRIES = Collections.unmodifiableSet(temp); in getGoodCountries()335 return GOOD_COUNTRIES; in getGoodCountries()