Searched refs:newRegionCode (Results 1 – 2 of 2) sorted by relevance
613 String newRegionCode = phoneUtil.getRegionCodeForCountryCode(countryCode); in attemptToExtractCountryCallingCode() local614 if (PhoneNumberUtil.REGION_CODE_FOR_NON_GEO_ENTITY.equals(newRegionCode)) { in attemptToExtractCountryCallingCode()616 } else if (!newRegionCode.equals(defaultCountry)) { in attemptToExtractCountryCallingCode()617 currentMetadata = getMetadataForRegion(newRegionCode); in attemptToExtractCountryCallingCode()
1009 var newRegionCode = this.phoneUtil_.getRegionCodeForCountryCode(countryCode);1011 newRegionCode) {1014 } else if (newRegionCode != this.defaultCountry_) {1015 this.currentMetadata_ = this.getMetadataForRegion_(newRegionCode);