OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:INTERNATIONAL_TOLL_FREE
(Results
1 - 4
of
4
) sorted by null
/external/libphonenumber/carrier/test/com/google/i18n/phonenumbers/
PhoneNumberToCarrierMapperTest.java
61
private static final PhoneNumber
INTERNATIONAL_TOLL_FREE
=
104
assertEquals("", carrierMapper.getNameForNumber(
INTERNATIONAL_TOLL_FREE
,
108
assertEquals("", carrierMapper.getNameForValidNumber(
INTERNATIONAL_TOLL_FREE
,
/external/libphonenumber/geocoder/test/com/google/i18n/phonenumbers/
PhoneNumberToTimeZonesMapperTest.java
54
private static final PhoneNumber
INTERNATIONAL_TOLL_FREE
=
100
prefixTimeZonesMapper.getTimeZonesForNumber(
INTERNATIONAL_TOLL_FREE
));
127
INTERNATIONAL_TOLL_FREE
));
/external/libphonenumber/geocoder/test/com/google/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoderTest.java
66
private static final PhoneNumber
INTERNATIONAL_TOLL_FREE
=
80
assertEquals("", geocoder.getDescriptionForNumber(
INTERNATIONAL_TOLL_FREE
,
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberUtilTest.java
110
private static final PhoneNumber
INTERNATIONAL_TOLL_FREE
=
265
assertFalse(phoneUtil.isNumberGeographical(
INTERNATIONAL_TOLL_FREE
)); // International toll
306
assertEquals(0, phoneUtil.getLengthOfGeographicalAreaCode(
INTERNATIONAL_TOLL_FREE
));
346
assertEquals(4, phoneUtil.getLengthOfNationalDestinationCode(
INTERNATIONAL_TOLL_FREE
));
372
assertEquals("12345678", phoneUtil.getNationalSignificantNumber(
INTERNATIONAL_TOLL_FREE
));
419
assertEquals(
INTERNATIONAL_TOLL_FREE
, phoneUtil.getExampleNumberForNonGeoEntity(800));
[
all
...]
Completed in 396 milliseconds