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

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DPhoneNumberFormatter.java37 public TextWatcherLoadAsyncTask(String countryCode, TextView textView) { argument
38 mCountryCode = countryCode;
/packages/apps/Mms/src/com/android/mms/util/
H A DPhoneNumberFormatter.java37 public TextWatcherLoadAsyncTask(String countryCode, TextView textView) { argument
38 mCountryCode = countryCode;
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialPrefix.java108 final String countryCode; field in class:SmartDialPrefix.PhoneNumberTokens
116 public PhoneNumberTokens(String countryCode, int countryCodeOffset, int nanpCodeOffset) { argument
117 this.countryCode = countryCode;
261 String countryCode = "";
273 countryCode = number.substring(1, i);
274 if (isValidCountryCode(countryCode)) {
285 countryCode = "1";
296 if (countryCode.equals("") && normalizedNumber.length() == 10){
301 } else if (countryCode
321 isValidCountryCode(String countryCode) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DReverseGeocoder.java193 String countryCode = addr1CountryCode;
195 if (!countryCode.equals(currentCountry)) {
196 closestCommonLocation += ", " + adminArea + " " + countryCode;
245 String countryCode = addr1CountryCode;
246 if (!countryCode.equals(currentCountry)) {
247 if (countryCode != null && countryCode.length() > 0) {
248 closestCommonLocation += " " + countryCode;

Completed in 415 milliseconds