Searched defs:MOBILE_TOKEN_MAPPINGS (Results 1 - 1 of 1) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java96 private static final Map<Integer, String> MOBILE_TOKEN_MAPPINGS; field in class:PhoneNumberUtil
127 MOBILE_TOKEN_MAPPINGS = Collections.unmodifiableMap(mobileTokenMap);
946 if (MOBILE_TOKEN_MAPPINGS.containsKey(countryCallingCode)) {
947 return MOBILE_TOKEN_MAPPINGS.get(countryCallingCode);

Completed in 84 milliseconds