Home
last modified time | relevance | path

Searched refs:MOBILE_TOKEN_MAPPINGS (Results 1 – 2 of 2) 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
123 MOBILE_TOKEN_MAPPINGS = Collections.unmodifiableMap(mobileTokenMap);
1002 if (MOBILE_TOKEN_MAPPINGS.containsKey(countryCallingCode)) {
1003 return MOBILE_TOKEN_MAPPINGS.get(countryCallingCode);
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java82 private static final Map<Integer, String> MOBILE_TOKEN_MAPPINGS; field in PhoneNumberUtil
125 MOBILE_TOKEN_MAPPINGS = Collections.unmodifiableMap(mobileTokenMap);
1035 if (MOBILE_TOKEN_MAPPINGS.containsKey(countryCallingCode)) {
1036 return MOBILE_TOKEN_MAPPINGS.get(countryCallingCode);