Searched refs:countryCodeSet (Results 1 - 2 of 2) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DAlternateFormatsCountryCodeSet.java31 Set<Integer> countryCodeSet = new HashSet<Integer>(53);
33 countryCodeSet.add(7);
34 countryCodeSet.add(27);
35 countryCodeSet.add(30);
36 countryCodeSet.add(31);
37 countryCodeSet.add(34);
38 countryCodeSet.add(36);
39 countryCodeSet.add(43);
40 countryCodeSet.add(44);
41 countryCodeSet
[all...]
H A DMetadataManager.java54 private static final Set<Integer> countryCodeSet = field in class:MetadataManager
93 if (!countryCodeSet.contains(countryCallingCode)) {

Completed in 122 milliseconds