Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java80 private static final Map<Integer, String> MOBILE_TOKEN_MAPPINGS; field in PhoneNumberUtil
124 MOBILE_TOKEN_MAPPINGS = Collections.unmodifiableMap(mobileTokenMap);
907 if (MOBILE_TOKEN_MAPPINGS.containsKey(countryCallingCode)) {
908 return MOBILE_TOKEN_MAPPINGS.get(countryCallingCode);