Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DAsYouTypeFormatter.java606 String newRegionCode = phoneUtil.getRegionCodeForCountryCode(countryCode); in attemptToExtractCountryCallingCode() local
607 if (PhoneNumberUtil.REGION_CODE_FOR_NON_GEO_ENTITY.equals(newRegionCode)) { in attemptToExtractCountryCallingCode()
609 } else if (!newRegionCode.equals(defaultCountry)) { in attemptToExtractCountryCallingCode()
610 currentMetadata = getMetadataForRegion(newRegionCode); in attemptToExtractCountryCallingCode()