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

/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberUtil.java1287 * @param regionCallingFrom the region where the call is being placed
1292 public String formatNumberForMobileDialing(PhoneNumber number, String regionCallingFrom, argument
1305 if (regionCallingFrom.equals(regionCode)) {
1332 PhoneMetadata regionMetadata = getMetadataForRegion(regionCallingFrom);
1373 * Formats a phone number for out-of-country dialing purposes. If no regionCallingFrom is
1386 * @param regionCallingFrom the region where the call is being placed
1390 String regionCallingFrom) {
1391 if (!isValidRegionCode(regionCallingFrom)) {
1394 + regionCallingFrom
1404 if (isNANPACountry(regionCallingFrom)) {
1389 formatOutOfCountryCallingNumber(PhoneNumber number, String regionCallingFrom) argument
1468 formatInOriginalFormat(PhoneNumber number, String regionCallingFrom) argument
1630 formatOutOfCountryKeepingAlphaChars(PhoneNumber number, String regionCallingFrom) argument
[all...]

Completed in 58 milliseconds