Searched refs:INVALID_COUNTRY_CODE (Results 1 – 3 of 3) sorted by relevance
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | NumberParseException.java | 32 INVALID_COUNTRY_CODE, enumConstant
|
D | PhoneNumberUtil.java | 452 INVALID_COUNTRY_CODE, enumConstant 2450 return ValidationResult.INVALID_COUNTRY_CODE; 2608 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE, 2972 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE, 2999 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE 3006 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE, 3216 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) { 3221 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) { 3256 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
|
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 1352 assertEquals(PhoneNumberUtil.ValidationResult.INVALID_COUNTRY_CODE, in testIsPossibleNumberWithReason() 1671 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testMaybeExtractCountryCode() 2045 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2055 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2065 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2075 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2085 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2171 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2183 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers() 2341 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testParseAndKeepRaw()
|