HomeSort by relevance Sort by last modified time
    Searched refs:INTERNATIONAL_TOLL_FREE (Results 1 - 2 of 2) sorted by null

  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/geocoding/
PhoneNumberOfflineGeocoderTest.java 62 private static final PhoneNumber INTERNATIONAL_TOLL_FREE =
76 assertEquals("", geocoder.getDescriptionForNumber(INTERNATIONAL_TOLL_FREE,
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberUtilTest.java 103 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));
313 assertEquals("12345678", phoneUtil.getNationalSignificantNumber(INTERNATIONAL_TOLL_FREE));
340 assertEquals(INTERNATIONAL_TOLL_FREE, phoneUtil.getExampleNumberForNonGeoEntity(800));
548 phoneUtil.formatOutOfCountryCallingNumber(INTERNATIONAL_TOLL_FREE, RegionCode.US));
    [all...]

Completed in 110 milliseconds