Searched refs:formatOutOfCountryCallingNumber (Results 1 - 2 of 2) sorted by relevance

/external/libphonenumber/java/test/com/android/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java517 phoneUtil.formatOutOfCountryCallingNumber(US_PREMIUM, RegionCode.DE));
520 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.BS));
523 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.PL));
526 phoneUtil.formatOutOfCountryCallingNumber(GB_MOBILE, RegionCode.US));
529 phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.GB));
533 assertEquals("1234", phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.DE));
536 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.US));
538 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.IT));
540 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.SG));
543 phoneUtil.formatOutOfCountryCallingNumber(SG_NUMBE
[all...]
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java1386 public String formatOutOfCountryCallingNumber(PhoneNumber number, method in class:PhoneNumberUtil
1481 formattedNumber = formatOutOfCountryCallingNumber(number, regionCallingFrom);
1631 // In this case, we return formatOutOfCountryCallingNumber.
1633 return formatOutOfCountryCallingNumber(number, regionCallingFrom);

Completed in 39 milliseconds