Searched refs:INVALID_COUNTRY_CODE (Results 1 – 3 of 3) sorted by relevance
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | NumberParseException.java | 26 INVALID_COUNTRY_CODE, enumConstant
|
D | PhoneNumberUtil.java | 432 INVALID_COUNTRY_CODE, enumConstant 2371 return ValidationResult.INVALID_COUNTRY_CODE; 2531 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE, 2891 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE, 2918 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE && 2925 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE, 3131 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) { 3136 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) { 3171 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 1313 assertEquals(PhoneNumberUtil.ValidationResult.INVALID_COUNTRY_CODE, in testIsPossibleNumberWithReason() 1632 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testMaybeExtractCountryCode() 2010 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2020 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2030 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2040 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2050 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2136 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2148 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2308 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testParseAndKeepRaw()
|