Searched refs:isValidCountryCode (Results 1 – 5 of 5) sorted by relevance
141 if (!isValidCountryCode(countryCode)) { in CountryCodeInfo()282 if (isValidCountryCode(countryCode)) { in geocodeListener()325 if (isValidCountryCode(countryCode)) { in onActiveCountryCodeChanged()435 if ((mTelephonyCountryCodeInfo == null) && isValidCountryCode(slotInfo.countryCode)) { in setTelephonyCountryCodeAndLastKnownCountryCode()444 && isValidCountryCode(slotInfo.lastKnownCountryCode)) { in setTelephonyCountryCodeAndLastKnownCountryCode()568 public static boolean isValidCountryCode(String countryCode) {581 if (!isValidCountryCode(countryCode)) {
230 if (!ThreadNetworkCountryCode.isValidCountryCode(countryCode)) { in forceCountryCode()
246 if (isValidCountryCode(countryCode)) { in parsePhoneNumber()294 private static boolean isValidCountryCode(String countryCode) { in isValidCountryCode() method in SmartDialPrefix
391 private static boolean isValidCountryCode(String countryCode) { in isValidCountryCode() method in UwbInjector403 return isValidCountryCode(country) ? country.toUpperCase(Locale.US) : null; in getOemDefaultCountryCode()
579 if (!TelephonyUtils.isValidCountryCode(countryCode)) { in isValidCountryCodes()