Home
last modified time | relevance | path

Searched refs:INTERNATIONAL_TOLL_FREE (Results 1 – 4 of 4) sorted by relevance

/external/libphonenumber/geocoder/test/com/google/i18n/phonenumbers/
DPhoneNumberToTimeZonesMapperTest.java54 private static final PhoneNumber INTERNATIONAL_TOLL_FREE = field in PhoneNumberToTimeZonesMapperTest
100 prefixTimeZonesMapper.getTimeZonesForNumber(INTERNATIONAL_TOLL_FREE)); in testGetTimeZonesForNumber()
127 INTERNATIONAL_TOLL_FREE)); in testGetTimeZonesForValidNumber()
/external/libphonenumber/carrier/test/com/google/i18n/phonenumbers/
DPhoneNumberToCarrierMapperTest.java61 private static final PhoneNumber INTERNATIONAL_TOLL_FREE = field in PhoneNumberToCarrierMapperTest
104 assertEquals("", carrierMapper.getNameForNumber(INTERNATIONAL_TOLL_FREE, in testGetNameForNumberWithNoDataFile()
108 assertEquals("", carrierMapper.getNameForValidNumber(INTERNATIONAL_TOLL_FREE, in testGetNameForNumberWithNoDataFile()
/external/libphonenumber/geocoder/test/com/google/i18n/phonenumbers/geocoding/
DPhoneNumberOfflineGeocoderTest.java64 private static final PhoneNumber INTERNATIONAL_TOLL_FREE = field in PhoneNumberOfflineGeocoderTest
78 assertEquals("", geocoder.getDescriptionForNumber(INTERNATIONAL_TOLL_FREE, in testGetDescriptionForNumberWithNoDataFile()
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
DPhoneNumberUtilTest.java104 private static final PhoneNumber INTERNATIONAL_TOLL_FREE = field in PhoneNumberUtilTest
205 assertFalse(phoneUtil.isNumberGeographical(INTERNATIONAL_TOLL_FREE)); // International toll in testIsNumberGeographical()
247 assertEquals(0, phoneUtil.getLengthOfGeographicalAreaCode(INTERNATIONAL_TOLL_FREE)); in testGetLengthOfGeographicalAreaCode()
283 assertEquals(4, phoneUtil.getLengthOfNationalDestinationCode(INTERNATIONAL_TOLL_FREE)); in testGetLengthOfNationalDestinationCode()
304 assertEquals("12345678", phoneUtil.getNationalSignificantNumber(INTERNATIONAL_TOLL_FREE)); in testGetNationalSignificantNumber()
331 assertEquals(INTERNATIONAL_TOLL_FREE, phoneUtil.getExampleNumberForNonGeoEntity(800)); in testGetExampleNumberForNonGeoEntity()
539 phoneUtil.formatOutOfCountryCallingNumber(INTERNATIONAL_TOLL_FREE, RegionCode.US)); in testFormatOutOfCountryCallingNumber()
748 phoneUtil.formatNumberForMobileDialing(INTERNATIONAL_TOLL_FREE, RegionCode.JP, false)); in testFormatNumberForMobileDialing()
750 phoneUtil.formatNumberForMobileDialing(INTERNATIONAL_TOLL_FREE, RegionCode.JP, true)); in testFormatNumberForMobileDialing()
765 phoneUtil.formatNumberForMobileDialing(INTERNATIONAL_TOLL_FREE, RegionCode.US, false)); in testFormatNumberForMobileDialing()
[all …]