Searched refs:countryCode (Results 1 – 6 of 6) sorted by relevance
108 final String countryCode; field in SmartDialPrefix.PhoneNumberTokens116 public PhoneNumberTokens(String countryCode, int countryCodeOffset, int nanpCodeOffset) { in PhoneNumberTokens() argument117 this.countryCode = countryCode; in PhoneNumberTokens()261 String countryCode = ""; in parsePhoneNumber() local273 countryCode = number.substring(1, i); in parsePhoneNumber()274 if (isValidCountryCode(countryCode)) { in parsePhoneNumber()285 countryCode = "1"; in parsePhoneNumber()296 if (countryCode.equals("") && normalizedNumber.length() == 10){ in parsePhoneNumber()301 } else if (countryCode.equals("1") && normalizedNumber.length() == 11) { in parsePhoneNumber()315 return new PhoneNumberTokens(countryCode, countryCodeOffset, nanpNumberOffset); in parsePhoneNumber()[all …]
193 String countryCode = addr1CountryCode; in computeAddress() local195 if (!countryCode.equals(currentCountry)) { in computeAddress()196 closestCommonLocation += ", " + adminArea + " " + countryCode; in computeAddress()245 String countryCode = addr1CountryCode; in computeAddress() local246 if (!countryCode.equals(currentCountry)) { in computeAddress()247 if (countryCode != null && countryCode.length() > 0) { in computeAddress()248 closestCommonLocation += " " + countryCode; in computeAddress()
21 public static PhoneNumberFormattingTextWatcher newInstance(String countryCode) { in newInstance() argument23 return new PhoneNumberFormattingTextWatcher(countryCode); in newInstance()
40 String countryCode, TextView textView, boolean formatAfterWatcherSet) { in TextWatcherLoadAsyncTask() argument41 mCountryCode = countryCode; in TextWatcherLoadAsyncTask()
137 String countryCode = mWifiManager.getCountryCode(); in onCreate() local138 if (!mWifiManager.isDualBandSupported() || countryCode == null) { in onCreate()141 + (countryCode == null ? " NO country code" :"") + " forbid 5GHz"); in onCreate()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...