Home
last modified time | relevance | path

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

/external/libphonenumber/carrier/src/com/google/i18n/phonenumbers/
DPhoneNumberToCarrierMapper.java119 || numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE in isMobile()
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DExampleNumbersTest.java83 PhoneNumberType.FIXED_LINE_OR_MOBILE); in testFixedLine()
91 PhoneNumberType.FIXED_LINE_OR_MOBILE); in testMobile()
DPhoneNumberUtilTest.java183 .contains(PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testGetSupportedTypesForRegion()
408 phoneUtil.getExampleNumberForType(RegionCode.DE, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testGetExampleNumber()
1185 assertEquals(PhoneNumberType.FIXED_LINE_OR_MOBILE, phoneUtil.getNumberType(US_NUMBER)); in testIsFixedLineAndMobile()
1190 PhoneNumberType.FIXED_LINE_OR_MOBILE, phoneUtil.getNumberType(fixedLineAndMobileNumber)); in testIsFixedLineAndMobile()
1453 assertTrue(phoneUtil.isPossibleNumberForType(number, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testIsPossibleNumberForType_NumberTypeNotSupportedForRegion()
1460 assertFalse(phoneUtil.isPossibleNumberForType(number, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testIsPossibleNumberForType_NumberTypeNotSupportedForRegion()
1616 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion()
1624 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion()
1636 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion()
1652 phoneUtil.isPossibleNumberForTypeWithReason(number, PhoneNumberType.FIXED_LINE_OR_MOBILE)); in testIsPossibleNumberForTypeWithReason_NumberTypeNotSupportedForRegion()
[all …]
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
DPhoneNumberUtil.java478 FIXED_LINE_OR_MOBILE, enumConstant
1112 if (type == PhoneNumberType.FIXED_LINE_OR_MOBILE || type == PhoneNumberType.UNKNOWN) {
1244 || phoneNumberType == PhoneNumberType.FIXED_LINE_OR_MOBILE
1489 || (numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE);
2217 case FIXED_LINE_OR_MOBILE:
2285 return PhoneNumberType.FIXED_LINE_OR_MOBILE;
2287 return PhoneNumberType.FIXED_LINE_OR_MOBILE;
2623 if (type == PhoneNumberType.FIXED_LINE_OR_MOBILE) {
/external/libphonenumber/repackaged/libphonenumber/src/com/android/i18n/phonenumbers/
DPhoneNumberUtil.java491 FIXED_LINE_OR_MOBILE, enumConstant
1145 if (type == PhoneNumberType.FIXED_LINE_OR_MOBILE || type == PhoneNumberType.UNKNOWN) {
1278 || phoneNumberType == PhoneNumberType.FIXED_LINE_OR_MOBILE
1524 || (numberType == PhoneNumberType.FIXED_LINE_OR_MOBILE);
2254 case FIXED_LINE_OR_MOBILE:
2323 return PhoneNumberType.FIXED_LINE_OR_MOBILE;
2325 return PhoneNumberType.FIXED_LINE_OR_MOBILE;
2665 if (type == PhoneNumberType.FIXED_LINE_OR_MOBILE) {
/external/libphonenumber/demo/src/main/resources/com/google/phonenumbers/demo/
Dresult.soy255 {if ['MOBILE', 'FIXED_LINE_OR_MOBILE', 'PAGER'].contains($numberType)}