Searched refs:IS_POSSIBLE (Results 1 – 3 of 3) sorted by relevance
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtilTest.java | 1466 assertEquals(ValidationResult.IS_POSSIBLE, phoneUtil.isPossibleNumberWithReason(US_NUMBER)); in testIsPossibleNumberWithReason() 1484 assertEquals(ValidationResult.IS_POSSIBLE, phoneUtil.isPossibleNumberWithReason(number)); in testIsPossibleNumberWithReason() 1506 ValidationResult.IS_POSSIBLE, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths() 1509 ValidationResult.IS_POSSIBLE, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths() 1523 ValidationResult.IS_POSSIBLE, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths() 1526 ValidationResult.IS_POSSIBLE, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths() 1538 ValidationResult.IS_POSSIBLE, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths() 1541 ValidationResult.IS_POSSIBLE, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths() 1544 ValidationResult.IS_POSSIBLE, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths() 1547 ValidationResult.IS_POSSIBLE, in testIsPossibleNumberForTypeWithReason_DifferentTypeLengths() [all …]
|
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
D | PhoneNumberUtil.java | 519 IS_POSSIBLE, enumConstant 2575 return result == ValidationResult.IS_POSSIBLE 2593 return result == ValidationResult.IS_POSSIBLE 2669 return ValidationResult.IS_POSSIBLE; 2677 ? ValidationResult.IS_POSSIBLE : ValidationResult.INVALID_LENGTH;
|
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/ |
D | PhoneNumberUtil.java | 549 IS_POSSIBLE, enumConstant 2617 return result == ValidationResult.IS_POSSIBLE 2635 return result == ValidationResult.IS_POSSIBLE 2711 return ValidationResult.IS_POSSIBLE; 2719 ? ValidationResult.IS_POSSIBLE : ValidationResult.INVALID_LENGTH;
|