Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java32 INVALID_COUNTRY_CODE, enumConstant
DPhoneNumberUtil.java527 INVALID_COUNTRY_CODE, enumConstant
2742 return ValidationResult.INVALID_COUNTRY_CODE;
2900 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3270 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3297 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE
3304 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3560 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3565 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3600 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DNumberParseException.java35 INVALID_COUNTRY_CODE, enumConstant
DPhoneNumberUtil.java557 INVALID_COUNTRY_CODE, enumConstant
2785 return ValidationResult.INVALID_COUNTRY_CODE;
2944 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3315 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3342 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE
3349 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
3606 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3611 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3646 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1476 ValidationResult.INVALID_COUNTRY_CODE, phoneUtil.isPossibleNumberWithReason(number)); in testIsPossibleNumberWithReason()
2023 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testMaybeExtractCountryCode()
2404 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2414 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2424 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2434 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2444 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2530 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testFailedParseOnInvalidNumbers()
2858 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testParseAndKeepRaw()