Searched refs:getRegionCodesForCountryCode (Results 1 – 5 of 5) sorted by relevance
95 private List<String> getRegionCodesForCountryCode(int countryCallingCode) { in getRegionCodesForCountryCode() method in ShortNumberInfo107 List<String> regionCodes = getRegionCodesForCountryCode(number.getCountryCode()); in regionDialingFromMatchesNumber()142 List<String> regionCodes = getRegionCodesForCountryCode(number.getCountryCode()); in isPossibleShortNumber()193 List<String> regionCodes = getRegionCodesForCountryCode(number.getCountryCode()); in isValidShortNumber()286 List<String> regionCodes = getRegionCodesForCountryCode(number.getCountryCode()); in getExpectedCost()469 List<String> regionCodes = getRegionCodesForCountryCode(number.getCountryCode()); in isCarrierSpecific()
2259 public List<String> getRegionCodesForCountryCode(int countryCallingCode) {
68 phoneUtil.getRegionCodesForCountryCode(number.getCountryCode()); in getCountryNameForNumber()
1275 List<String> regionCodesForNANPA = phoneUtil.getRegionCodesForCountryCode(1); in testGetRegionCodesForCountryCode()1278 assertTrue(phoneUtil.getRegionCodesForCountryCode(44).contains(RegionCode.GB)); in testGetRegionCodesForCountryCode()1279 assertTrue(phoneUtil.getRegionCodesForCountryCode(49).contains(RegionCode.DE)); in testGetRegionCodesForCountryCode()1280 assertTrue(phoneUtil.getRegionCodesForCountryCode(800).contains(RegionCode.UN001)); in testGetRegionCodesForCountryCode()1282 assertTrue(phoneUtil.getRegionCodesForCountryCode(-1).isEmpty()); in testGetRegionCodesForCountryCode()
913 - Adds getRegionCodesForCountryCode() method.