Home
last modified time | relevance | path

Searched refs:isValidCountryCode (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java141 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)) {
DThreadNetworkShellCommand.java230 if (!ThreadNetworkCountryCode.isValidCountryCode(countryCode)) { in forceCountryCode()
/packages/apps/Dialer/java/com/android/dialer/smartdial/util/
DSmartDialPrefix.java246 if (isValidCountryCode(countryCode)) { in parsePhoneNumber()
294 private static boolean isValidCountryCode(String countryCode) { in isValidCountryCode() method in SmartDialPrefix
/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbInjector.java391 private static boolean isValidCountryCode(String countryCode) { in isValidCountryCode() method in UwbInjector
403 return isValidCountryCode(country) ? country.toUpperCase(Locale.US) : null; in getOemDefaultCountryCode()
/packages/services/Telephony/src/com/android/phone/satellite/accesscontrol/
DSatelliteAccessController.java579 if (!TelephonyUtils.isValidCountryCode(countryCode)) { in isValidCountryCodes()