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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java95 private static final Map<Integer, String> MOBILE_TOKEN_MAPPINGS; field in class:PhoneNumberUtil
126 MOBILE_TOKEN_MAPPINGS = Collections.unmodifiableMap(mobileTokenMap);
943 if (MOBILE_TOKEN_MAPPINGS.containsKey(countryCallingCode)) {
944 return MOBILE_TOKEN_MAPPINGS.get(countryCallingCode);

Completed in 73 milliseconds