Searched refs:setCountryCode (Results 1 – 10 of 10) sorted by relevance
33 numberA.setCountryCode(1).setNationalNumber(6502530000L); in testEqualSimpleNumber()36 numberB.setCountryCode(1).setNationalNumber(6502530000L); in testEqualSimpleNumber()44 numberA.setCountryCode(1).setNationalNumber(6502530000L).setItalianLeadingZero(false); in testEqualWithItalianLeadingZeroSetToDefault()47 numberB.setCountryCode(1).setNationalNumber(6502530000L); in testEqualWithItalianLeadingZeroSetToDefault()67 numberA.setCountryCode(1).setNationalNumber(6502530000L).setItalianLeadingZero(true); in testNonEqualWithItalianLeadingZeroSetToTrue()70 numberB.setCountryCode(1).setNationalNumber(6502530000L); in testNonEqualWithItalianLeadingZeroSetToTrue()78 numberA.setCountryCode(1).setNationalNumber(6502530000L).setRawInput("+1 650 253 00 00"). in testNonEqualWithDifferingRawInput()84 numberB.setCountryCode(1).setNationalNumber(6502530000L).setRawInput("+1-650-253-00-00"). in testNonEqualWithDifferingRawInput()93 numberA.setCountryCode(1).setNationalNumber(6502530000L).setPreferredDomesticCarrierCode(""); in testNonEqualWithPreferredDomesticCarrierCodeSetToDefault()96 numberB.setCountryCode(1).setNationalNumber(6502530000L); in testNonEqualWithPreferredDomesticCarrierCodeSetToDefault()[all …]
43 new PhoneNumber().setCountryCode(1).setNationalNumber(80074935247L);45 new PhoneNumber().setCountryCode(971).setNationalNumber(600123456L);47 new PhoneNumber().setCountryCode(54).setNationalNumber(91187654321L);49 new PhoneNumber().setCountryCode(54).setNationalNumber(1187654321);51 new PhoneNumber().setCountryCode(61).setNationalNumber(236618300L);53 new PhoneNumber().setCountryCode(1).setNationalNumber(2423570000L);55 new PhoneNumber().setCountryCode(1).setNationalNumber(2423651234L);58 new PhoneNumber().setCountryCode(49).setNationalNumber(30123456L);60 new PhoneNumber().setCountryCode(49).setNationalNumber(1234L);62 new PhoneNumber().setCountryCode(44).setNationalNumber(7912345678L);[all …]
330 number1.setCountryCode(phoneUtil.getCountryCodeForRegion(region)); in testMatchesMultiplePhoneNumbersSeparatedByPhoneNumberPunctuation()335 number2.setCountryCode(phoneUtil.getCountryCodeForRegion(region)); in testMatchesMultiplePhoneNumbersSeparatedByPhoneNumberPunctuation()639 number1.setCountryCode(phoneUtil.getCountryCodeForRegion(region)); in testSequences()644 number2.setCountryCode(phoneUtil.getCountryCodeForRegion(region)); in testSequences()
37 new PhoneNumber().setCountryCode(82).setNationalNumber(22123456L);39 new PhoneNumber().setCountryCode(82).setNationalNumber(322123456L);41 new PhoneNumber().setCountryCode(82).setNationalNumber(6421234567L);43 new PhoneNumber().setCountryCode(82).setNationalNumber(1234L);45 new PhoneNumber().setCountryCode(1).setNationalNumber(6502530000L);47 new PhoneNumber().setCountryCode(1).setNationalNumber(6509600000L);49 new PhoneNumber().setCountryCode(1).setNationalNumber(2128120000L);51 new PhoneNumber().setCountryCode(1).setNationalNumber(6174240000L);53 new PhoneNumber().setCountryCode(1).setNationalNumber(123456789L);55 new PhoneNumber().setCountryCode(1).setNationalNumber(2423651234L);[all …]
98 number.setCountryCode(1).setNationalNumber(2121234567L); in testLookupInvalidNumber_US()103 number.setCountryCode(1).setNationalNumber(2016641234L); in testLookupNumber_NJ()108 number.setCountryCode(1).setNationalNumber(2126641234L); in testLookupNumber_NY()113 number.setCountryCode(1).setNationalNumber(6503451234L); in testLookupNumber_CA_1()118 number.setCountryCode(1).setNationalNumber(6502531234L); in testLookupNumber_CA_2()123 number.setCountryCode(1).setNationalNumber(9724801234L); in testLookupNumberFound_TX()128 number.setCountryCode(1).setNationalNumber(9724811234L); in testLookupNumberNotFound_TX()133 number.setCountryCode(41).setNationalNumber(446681300L); in testLookupNumber_CH()138 number.setCountryCode(39).setNationalNumber(212345678L).setItalianLeadingZero(true); in testLookupNumber_IT()
47 public PhoneNumber setCountryCode(int value) { in setCountryCode() method in Phonenumber.PhoneNumber179 setCountryCode(other.getCountryCode()); in mergeFrom()
508 public PhoneMetadata setCountryCode(int value) { in setCountryCode() method in Phonemetadata.PhoneMetadata855 setCountryCode(objectInput.readInt()); in readExternal()
2402 phoneNumber.setCountryCode(potentialCountryCode);2438 phoneNumber.setCountryCode(defaultCountryCode);2444 phoneNumber.setCountryCode(0);2802 phoneNumber.setCountryCode(countryCode);2942 firstNumber.setCountryCode(secondNumberCountryCode);
87 public void setCountryCode(String countryCode) { in setCountryCode() method in ShadowAddress
51 address.setCountryCode(countryCode); in getFromLocation()