Searched refs:getErrorType (Results 1 - 4 of 4) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DNumberParseException.java55 public ErrorType getErrorType() { method in class:NumberParseException
H A DPhoneNumberUtil.java2779 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE &&
2790 throw new NumberParseException(e.getErrorType(), e.getMessage());
2983 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
2988 if (e2.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
3023 if (e.getErrorType() == NumberParseException.ErrorType.INVALID_COUNTRY_CODE) {
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java1577 e.getErrorType());
1729 e.getErrorType());
1743 e.getErrorType());
1861 e.getErrorType());
1871 e.getErrorType());
1881 e.getErrorType());
1891 e.getErrorType());
1901 e.getErrorType());
1911 e.getErrorType());
1921 e.getErrorType());
[all...]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
H A DXSLTAttributeDef.java423 int getErrorType() method in class:XSLTAttributeDef
1654 switch (getErrorType())

Completed in 84 milliseconds