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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java572 private final Set<Integer> countryCodesForNonGeographicalRegion = new HashSet<Integer>(); field in class:PhoneNumberUtil
594 countryCodesForNonGeographicalRegion.add(entry.getKey());
1000 return Collections.unmodifiableSet(countryCodesForNonGeographicalRegion);

Completed in 64 milliseconds