Searched refs:countryCodeInfo (Results 1 – 1 of 1) sorted by relevance
167 public boolean isCountryCodeMatch(CountryCodeInfo countryCodeInfo) { in isCountryCodeMatch() argument168 if (countryCodeInfo == null) { in isCountryCodeMatch()172 return Objects.equals(countryCodeInfo.mCountryCode, mCountryCode); in isCountryCodeMatch()512 private IOperationReceiver newOperationReceiver(CountryCodeInfo countryCodeInfo) { in newOperationReceiver() argument517 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 …]