Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java32 INVALID_COUNTRY_CODE, enumConstant
DPhoneNumberUtil.java458 INVALID_COUNTRY_CODE, enumConstant
2625 return ValidationResult.INVALID_COUNTRY_CODE;
2783 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3153 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3180 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE
3187 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3399 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3404 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3439 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1454 ValidationResult.INVALID_COUNTRY_CODE, phoneUtil.isPossibleNumberWithReason(number)); in testIsPossibleNumberWithReason()
1996 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testMaybeExtractCountryCode()
2381 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2391 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2401 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2411 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2421 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2507 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2519 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2688 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testParseAndKeepRaw()