Searched refs:countryCode (Results 1 – 16 of 16) sorted by relevance
109 public int countryCode; field in SmsNumberUtils.NumberEntry200 int countryCode = numberEntry.countryCode; in formatNumber() local203 && networkPortionNumber.length() >= 11 && countryCode != NANP_CC) { in formatNumber()380 int countryCode = -1; in checkInternationalNumberPlan() local388 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan()389 numberEntry.countryCode = countryCode; in checkInternationalNumberPlan()392 } else if ((countryCode = getCountryCode(context, numberNoNBPCD)) > 0) { in checkInternationalNumberPlan()393 numberEntry.countryCode = countryCode; in checkInternationalNumberPlan()400 if ((countryCode = getCountryCode(context, numberCountryAreaLocal)) > 0) { in checkInternationalNumberPlan()401 numberEntry.countryCode = countryCode; in checkInternationalNumberPlan()[all …]
116 public synchronized boolean setCountryCode(String countryCode) { in setCountryCode() argument117 if (DBG) Log.d(TAG, "Receive set country code request: " + countryCode); in setCountryCode()119 if (TextUtils.isEmpty(countryCode)) { in setCountryCode()125 mTelephonyCountryCode = countryCode.toUpperCase(); in setCountryCode()
117 String countryCode, in SoftApManager() argument125 mCountryCode = countryCode; in SoftApManager()
1495 public boolean setCountryCode(@NonNull String ifaceName, String countryCode) { in setCountryCode() argument1496 return mSupplicantStaIfaceHal.setCountryCode(ifaceName, countryCode); in setCountryCode()2298 public boolean setCountryCodeHal(@NonNull String ifaceName, String countryCode) { in setCountryCodeHal() argument2299 return mWifiVendorHal.setCountryCodeHal(ifaceName, countryCode); in setCountryCodeHal()
1817 public boolean setCountryCodeHal(@NonNull String ifaceName, String countryCode) { in setCountryCodeHal() argument1818 if (countryCode == null) return boolResult(false); in setCountryCodeHal()1819 if (countryCode.length() != 2) return boolResult(false); in setCountryCodeHal()1822 code = NativeUtil.stringToByteArray(countryCode); in setCountryCodeHal()
2158 public void setCountryCode(String countryCode) { in setCountryCode() argument2159 Slog.i(TAG, "WifiService trying to set country code to " + countryCode); in setCountryCode()2163 mCountryCode.setCountryCode(countryCode); in setCountryCode()
768 BackupManagerProxy backupManagerProxy, WifiCountryCode countryCode, in WifiStateMachine() argument817 mCountryCode = countryCode; in WifiStateMachine()
386 final String countryCode = fields[0]; in loadTzsInZoneTab() local399 if (countryCode == null && !timeZoneId.startsWith("Etc/GMT")) { in loadTzsInZoneTab()406 String country = mCountryCodeToNameMap.get(countryCode); in loadTzsInZoneTab()408 country = getCountryNames(lang, countryCode); in loadTzsInZoneTab()409 mCountryCodeToNameMap.put(countryCode, country); in loadTzsInZoneTab()482 private String getCountryNames(String lang, String countryCode) { in getCountryNames() argument485 if (PALESTINE_COUNTRY_CODE.equalsIgnoreCase(countryCode)) { in getCountryNames()488 countryDisplayName = new Locale(lang, countryCode).getDisplayCountry(defaultLocale); in getCountryNames()491 if (!countryCode.equals(countryDisplayName)) { in getCountryNames()506 if (mBackupCountryCodes[i].equals(countryCode)) { in getCountryNames()[all …]
69 public PhoneNumberFormattingTextWatcher(String countryCode) { in PhoneNumberFormattingTextWatcher() argument70 if (countryCode == null) throw new IllegalArgumentException(); in PhoneNumberFormattingTextWatcher()71 mFormatter = PhoneNumberUtil.getInstance().getAsYouTypeFormatter(countryCode); in PhoneNumberFormattingTextWatcher()
3031 public CountryCallingCodeAndNewIndex(int countryCode, int newIndex) { in CountryCallingCodeAndNewIndex() argument3032 this.countryCallingCode = countryCode; in CountryCallingCodeAndNewIndex()
116 String countryCode, in updateApChannelConfig() argument128 && countryCode == null) { in updateApChannelConfig()
267 public void setCountryCode(String countryCode) { in setCountryCode() argument268 mCountryCode = countryCode; in setCountryCode()
134 /*package*/ static String getDisplayCountryNative(String countryCode, String locale) { in getDisplayCountryNative() argument
1306 public TelephoneBuilder setCountryCode(String countryCode) { in setCountryCode() argument1307 return setStringArgument(TtsSpan.ARG_COUNTRY_CODE, countryCode); in setCountryCode()
595 String countryCode = operator.substring(0, 3); in setExternalState() local596 if (countryCode != null) { in setExternalState()598 MccTable.countryCodeForMcc(Integer.parseInt(countryCode))); in setExternalState()
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...