Home
last modified time | relevance | path

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

/packages/modules/Connectivity/thread/service/java/com/android/server/thread/
DThreadNetworkCountryCode.java117 @Nullable private CountryCodeInfo mLocationCountryCodeInfo; field in ThreadNetworkCountryCode
284 mLocationCountryCodeInfo = in geocodeListener()
288 mLocationCountryCodeInfo = null; in geocodeListener()
496 if (mLocationCountryCodeInfo != null) { in pickCountryCode()
497 return mLocationCountryCodeInfo; in pickCountryCode()
603 pw.println("mLocationCountryCodeInfo : " + mLocationCountryCodeInfo);