Searched refs:setRawInput (Results 1 – 4 of 4) sorted by relevance
56 numberA.setRawInput("+1 650 253 00 00"). in testEqualWithCountryCodeSourceSet()59 numberB.setRawInput("+1 650 253 00 00"). in testEqualWithCountryCodeSourceSet()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()
103 .setRawInput("000-000-0000");562 .setRawInput("1800 six-flag"); in testFormatOutOfCountryKeepingAlphaChars()566 alphaNumericNumber.setRawInput("1-800-SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()570 alphaNumericNumber.setRawInput("Call us from UK: 00 1 800 SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()574 alphaNumericNumber.setRawInput("800 SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()593 .setRawInput("+61 82749-FLAG"); in testFormatOutOfCountryKeepingAlphaChars()598 alphaNumericNumber.setRawInput("082749-FLAG"); in testFormatOutOfCountryKeepingAlphaChars()602 alphaNumericNumber.setNationalNumber(18007493524L).setRawInput("1-800-SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()623 .setRawInput("1-800-SIX-flag"); in testFormatOutOfCountryKeepingAlphaChars()629 alphaNumericNumber.setCountryCode(1).setNationalNumber(80749L).setRawInput("180-SIX"); in testFormatOutOfCountryKeepingAlphaChars()[all …]
114 public PhoneNumber setRawInput(String value) { in setRawInput() method in Phonenumber.PhoneNumber191 setRawInput(other.getRawInput()); in mergeFrom()
2753 phoneNumber.setRawInput(numberToParse);