Home
last modified time | relevance | path

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

/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/
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/geocoder/test/com/google/i18n/phonenumbers/geocoding/
DPhoneNumberOfflineGeocoderTest.java66 private static final PhoneNumber INTERNATIONAL_TOLL_FREE = field in PhoneNumberOfflineGeocoderTest
80 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
214 assertFalse(phoneUtil.isNumberGeographical(INTERNATIONAL_TOLL_FREE)); // International toll in testIsNumberGeographical()
264 assertEquals(0, phoneUtil.getLengthOfGeographicalAreaCode(INTERNATIONAL_TOLL_FREE)); in testGetLengthOfGeographicalAreaCode()
304 assertEquals(4, phoneUtil.getLengthOfNationalDestinationCode(INTERNATIONAL_TOLL_FREE)); in testGetLengthOfNationalDestinationCode()
330 assertEquals("12345678", phoneUtil.getNationalSignificantNumber(INTERNATIONAL_TOLL_FREE)); in testGetNationalSignificantNumber()
378 assertEquals(INTERNATIONAL_TOLL_FREE, phoneUtil.getExampleNumberForNonGeoEntity(800)); in testGetExampleNumberForNonGeoEntity()
593 phoneUtil.formatOutOfCountryCallingNumber(INTERNATIONAL_TOLL_FREE, RegionCode.US)); in testFormatOutOfCountryCallingNumber()
807 phoneUtil.formatNumberForMobileDialing(INTERNATIONAL_TOLL_FREE, RegionCode.JP, false)); in testFormatNumberForMobileDialing()
809 phoneUtil.formatNumberForMobileDialing(INTERNATIONAL_TOLL_FREE, RegionCode.JP, true)); in testFormatNumberForMobileDialing()
824 phoneUtil.formatNumberForMobileDialing(INTERNATIONAL_TOLL_FREE, RegionCode.US, false)); in testFormatNumberForMobileDialing()
[all …]