Searched refs:getExampleNumberForNonGeoEntity (Results 1 - 3 of 3) sorted by relevance

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DExampleNumbersTest.java165 phoneNumberUtil.getExampleNumberForNonGeoEntity(callingCode);
H A DPhoneNumberUtilTest.java340 assertEquals(INTERNATIONAL_TOLL_FREE, phoneUtil.getExampleNumberForNonGeoEntity(800));
341 assertEquals(UNIVERSAL_PREMIUM_RATE, phoneUtil.getExampleNumberForNonGeoEntity(979));
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java1860 * non-geographical numbers), call {@link #getExampleNumberForNonGeoEntity} instead.
1874 * {@link #getExampleNumberForNonGeoEntity} instead.
1901 public PhoneNumber getExampleNumberForNonGeoEntity(int countryCallingCode) { method in class:PhoneNumberUtil

Completed in 91 milliseconds