Home
last modified time | relevance | path

Searched refs:TOO_SHORT (Results 1 – 2 of 2) sorted by relevance

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java454 TOO_SHORT, enumConstant
1324 regionMetadata.getGeneralDesc()) != ValidationResult.TOO_SHORT) {
2408 return ValidationResult.TOO_SHORT;
2502 if (isPossibleNumberWithReason(numberCopy) == ValidationResult.TOO_SHORT
3043 != ValidationResult.TOO_SHORT) {
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java1357 assertEquals(PhoneNumberUtil.ValidationResult.TOO_SHORT, in testIsPossibleNumberWithReason()