Home
last modified time | relevance | path

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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DNumberParseException.java49 TOO_SHORT_NSN, enumConstant
DPhoneNumberUtil.java3032 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_NSN,
3052 throw new NumberParseException(NumberParseException.ErrorType.TOO_SHORT_NSN,
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java2035 NumberParseException.ErrorType.TOO_SHORT_NSN, in testFailedParseOnInvalidNumbers()