Home
last modified time | relevance | path

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

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