Home
last modified time | relevance | path

Searched refs:NumberParseException (Results 1 – 6 of 6) sorted by relevance

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
DPhoneNumberUtilTest.java1523 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1537 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1551 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1564 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1573 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1576 NumberParseException.ErrorType.INVALID_COUNTRY_CODE, in testMaybeExtractCountryCode()
1591 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1604 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1617 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
1631 } catch (NumberParseException e) { in testMaybeExtractCountryCode()
[all …]
DExampleNumbersTest.java167 } catch (NumberParseException e) { in testCanBeInternationallyDialled()
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java1459 } catch (NumberParseException e) {
1767 } catch (NumberParseException e) {
1789 } catch (NumberParseException e) {
2284 } catch (NumberParseException e) {
2382 throws NumberParseException {
2400 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_AFTER_IDD,
2412 throw new NumberParseException(NumberParseException.ErrorType.INVALID_COUNTRY_CODE,
2635 throws NumberParseException {
2646 throws NumberParseException {
2666 throws NumberParseException {
[all …]
DNumberParseException.java24 public class NumberParseException extends Exception { class
46 public NumberParseException(ErrorType errorType, String message) { in NumberParseException() method in NumberParseException
DPhoneNumberMatcher.java428 } catch (NumberParseException e) { in parseAndVerify()
/external/libphonenumber/java/
Drelease_notes.txt472 This will no longer throw a NumberParseException - instead we will return NOT_A_NUMBER if one
493 - Handle null phone-numbers when parsing by throwing a NumberParseException.