Searched refs:newRegionCode (Results 1 – 1 of 1) sorted by relevance
606 String newRegionCode = phoneUtil.getRegionCodeForCountryCode(countryCode); in attemptToExtractCountryCallingCode() local607 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()