Searched refs:mTelephonyLastCountryCodeInfo (Results 1 – 1 of 1) sorted by relevance
121 @Nullable private CountryCodeInfo mTelephonyLastCountryCodeInfo; field in ThreadNetworkCountryCode432 mTelephonyLastCountryCodeInfo = null; in setTelephonyCountryCodeAndLastKnownCountryCode()443 if ((mTelephonyLastCountryCodeInfo == null) in setTelephonyCountryCodeAndLastKnownCountryCode()445 mTelephonyLastCountryCodeInfo = in setTelephonyCountryCodeAndLastKnownCountryCode()492 if (mTelephonyLastCountryCodeInfo != null) { in pickCountryCode()493 return mTelephonyLastCountryCodeInfo; in pickCountryCode()602 pw.println("mTelephonyLastCountryCodeInfo : " + mTelephonyLastCountryCodeInfo);