Home
last modified time | relevance | path

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

/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java84 private static final Map<Integer, String> MOBILE_TOKEN_MAPPINGS; field in PhoneNumberUtil
127 MOBILE_TOKEN_MAPPINGS = Collections.unmodifiableMap(mobileTokenMap);
985 if (MOBILE_TOKEN_MAPPINGS.containsKey(countryCallingCode)) {
986 return MOBILE_TOKEN_MAPPINGS.get(countryCallingCode);