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 - 2
of
2
) sorted by null
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoderTest.java
60
private static final PhoneNumber
INTERNATIONAL_TOLL_FREE
=
74
assertEquals("", geocoder.getDescriptionForNumber(
INTERNATIONAL_TOLL_FREE
,
/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java
104
private static final PhoneNumber
INTERNATIONAL_TOLL_FREE
=
214
assertFalse(phoneUtil.isNumberGeographical(
INTERNATIONAL_TOLL_FREE
)); // International toll
256
assertEquals(0, phoneUtil.getLengthOfGeographicalAreaCode(
INTERNATIONAL_TOLL_FREE
));
292
assertEquals(4, phoneUtil.getLengthOfNationalDestinationCode(
INTERNATIONAL_TOLL_FREE
));
304
assertEquals("12345678", phoneUtil.getNationalSignificantNumber(
INTERNATIONAL_TOLL_FREE
));
331
assertEquals(
INTERNATIONAL_TOLL_FREE
, phoneUtil.getExampleNumberForNonGeoEntity(800));
531
phoneUtil.formatOutOfCountryCallingNumber(
INTERNATIONAL_TOLL_FREE
, RegionCode.US));
[
all
...]
Completed in 62 milliseconds