Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java120 @Nullable private CountryCodeInfo mTelephonyCountryCodeInfo; field in ThreadNetworkCountryCode
431 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);