Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java167 public boolean isCountryCodeMatch(CountryCodeInfo countryCodeInfo) { in isCountryCodeMatch() argument
168 if (countryCodeInfo == null) { in isCountryCodeMatch()
172 return Objects.equals(countryCodeInfo.mCountryCode, mCountryCode); in isCountryCodeMatch()
512 private IOperationReceiver newOperationReceiver(CountryCodeInfo countryCodeInfo) { in newOperationReceiver() argument
517 mCurrentCountryCodeInfo = countryCodeInfo; in newOperationReceiver()
519 THREAD_COUNTRY_CODE.key, countryCodeInfo.getCountryCode()); in newOperationReceiver()
532 + countryCodeInfo); in newOperationReceiver()
545 CountryCodeInfo countryCodeInfo = pickCountryCode();
547 if (!forceUpdate && countryCodeInfo.isCountryCodeMatch(mCurrentCountryCodeInfo)) {
548 Log.i(TAG, "Ignoring already set country code " + countryCodeInfo.getCountryCode());
[all …]