HomeSort by relevance Sort by last modified time
    Searched refs:countryCodeSet (Results 1 - 2 of 2) sorted by null

  /external/libphonenumber/java/src/com/android/i18n/phonenumbers/
AlternateFormatsCountryCodeSet.java 31 Set<Integer> countryCodeSet = new HashSet<Integer>(8);
33 countryCodeSet.add(43);
34 countryCodeSet.add(44);
35 countryCodeSet.add(49);
36 countryCodeSet.add(55);
37 countryCodeSet.add(61);
38 countryCodeSet.add(81);
40 return countryCodeSet;
MetadataManager.java 51 private static final Set<Integer> countryCodeSet =
86 if (!countryCodeSet.contains(countryCallingCode)) {

Completed in 93 milliseconds