Home
last modified time | relevance | path

Searched refs:invalidCountryCode (Results 1 – 1 of 1) sorted by relevance

/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2004 String invalidCountryCode = "+210 3456 56789"; in testFailedParseOnInvalidNumbers() local
2005 phoneUtil.parse(invalidCountryCode, RegionCode.NZ); in testFailedParseOnInvalidNumbers()
2006 fail("This is not a recognised region code: should fail: " + invalidCountryCode); in testFailedParseOnInvalidNumbers()