Searched refs:countryCodeSet (Results 1 – 2 of 2) sorted by relevance
31 Set<Integer> countryCodeSet = new HashSet<Integer>(8); in getCountryCodeSet() local33 countryCodeSet.add(43); in getCountryCodeSet()34 countryCodeSet.add(44); in getCountryCodeSet()35 countryCodeSet.add(49); in getCountryCodeSet()36 countryCodeSet.add(55); in getCountryCodeSet()37 countryCodeSet.add(61); in getCountryCodeSet()38 countryCodeSet.add(81); in getCountryCodeSet()40 return countryCodeSet; in getCountryCodeSet()
51 private static final Set<Integer> countryCodeSet = field in MetadataManager86 if (!countryCodeSet.contains(countryCallingCode)) { in getAlternateFormatsForCountry()