Searched refs:mTelephonyCountryCodeInfo (Results 1 – 1 of 1) sorted by relevance
120 @Nullable private CountryCodeInfo mTelephonyCountryCodeInfo; field in ThreadNetworkCountryCode431 mTelephonyCountryCodeInfo = null; in setTelephonyCountryCodeAndLastKnownCountryCode()435 if ((mTelephonyCountryCodeInfo == null) && isValidCountryCode(slotInfo.countryCode)) { in setTelephonyCountryCodeAndLastKnownCountryCode()436 mTelephonyCountryCodeInfo = in setTelephonyCountryCodeAndLastKnownCountryCode()484 if (mTelephonyCountryCodeInfo != null) { in pickCountryCode()485 return mTelephonyCountryCodeInfo; in pickCountryCode()600 pw.println("mTelephonyCountryCodeInfo : " + mTelephonyCountryCodeInfo);