Searched defs:regionCallingFrom (Results 1 - 1 of 1) sorted by relevance

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java1284 * @param regionCallingFrom the region where the call is being placed
1289 public String formatNumberForMobileDialing(PhoneNumber number, String regionCallingFrom, argument
1302 if (regionCallingFrom.equals(regionCode)) {
1329 PhoneMetadata regionMetadata = getMetadataForRegion(regionCallingFrom);
1370 * Formats a phone number for out-of-country dialing purposes. If no regionCallingFrom is
1383 * @param regionCallingFrom the region where the call is being placed
1387 String regionCallingFrom) {
1388 if (!isValidRegionCode(regionCallingFrom)) {
1391 + regionCallingFrom
1401 if (isNANPACountry(regionCallingFrom)) {
1386 formatOutOfCountryCallingNumber(PhoneNumber number, String regionCallingFrom) argument
1465 formatInOriginalFormat(PhoneNumber number, String regionCallingFrom) argument
1627 formatOutOfCountryKeepingAlphaChars(PhoneNumber number, String regionCallingFrom) argument
[all...]

Completed in 193 milliseconds