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

/external/libphonenumber/java/src/com/android/i18n/phonenumbers/
H A DPhoneNumberUtil.java1194 * @param regionCallingFrom the region where the call is being placed
1199 public String formatNumberForMobileDialing(PhoneNumber number, String regionCallingFrom, argument
1210 if (regionCallingFrom.equals(regionCode)) {
1254 * Formats a phone number for out-of-country dialing purposes. If no regionCallingFrom is
1267 * @param regionCallingFrom the region where the call is being placed
1271 String regionCallingFrom) {
1272 if (!isValidRegionCode(regionCallingFrom)) {
1275 + regionCallingFrom
1285 if (isNANPACountry(regionCallingFrom)) {
1290 } else if (countryCallingCode == getCountryCodeForValidRegion(regionCallingFrom)) {
1270 formatOutOfCountryCallingNumber(PhoneNumber number, String regionCallingFrom) argument
1349 formatInOriginalFormat(PhoneNumber number, String regionCallingFrom) argument
1512 formatOutOfCountryKeepingAlphaChars(PhoneNumber number, String regionCallingFrom) argument
[all...]

Completed in 73 milliseconds