Home
last modified time | relevance | path

Searched refs:GEO_MOBILE_COUNTRIES (Results 1 – 2 of 2) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java93 private static final Set<Integer> GEO_MOBILE_COUNTRIES; field in PhoneNumberUtil
136 GEO_MOBILE_COUNTRIES = Collections.unmodifiableSet(geoMobileCountries);
1245 || (GEO_MOBILE_COUNTRIES.contains(countryCallingCode)
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java95 private static final Set<Integer> GEO_MOBILE_COUNTRIES; field in PhoneNumberUtil
138 GEO_MOBILE_COUNTRIES = Collections.unmodifiableSet(geoMobileCountries);
1279 || (GEO_MOBILE_COUNTRIES.contains(countryCallingCode)