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

/external/libphonenumber/demo/src/com/google/phonenumbers/
H A DPhoneNumberParserServlet.java232 isNumberValid ? phoneUtil.formatOutOfCountryCallingNumber(number, "US") : "invalid",
236 isNumberValid ? phoneUtil.formatOutOfCountryCallingNumber(number, "CH") : "invalid",
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
H A DPhoneNumberUtilTest.java508 phoneUtil.formatOutOfCountryCallingNumber(US_PREMIUM, RegionCode.DE));
511 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.BS));
514 phoneUtil.formatOutOfCountryCallingNumber(US_NUMBER, RegionCode.PL));
517 phoneUtil.formatOutOfCountryCallingNumber(GB_MOBILE, RegionCode.US));
520 phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.GB));
524 assertEquals("1234", phoneUtil.formatOutOfCountryCallingNumber(DE_SHORT_NUMBER, RegionCode.DE));
527 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.US));
529 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.IT));
531 phoneUtil.formatOutOfCountryCallingNumber(IT_NUMBER, RegionCode.SG));
534 phoneUtil.formatOutOfCountryCallingNumber(SG_NUMBE
[all...]
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java1323 public String formatOutOfCountryCallingNumber(PhoneNumber number, method in class:PhoneNumberUtil
1418 formattedNumber = formatOutOfCountryCallingNumber(number, regionCallingFrom);
1568 // In this case, we return formatOutOfCountryCallingNumber.
1570 return formatOutOfCountryCallingNumber(number, regionCallingFrom);
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 904 milliseconds