Searched refs:mLocationCountryCodeInfo (Results 1 – 1 of 1) sorted by relevance
117 @Nullable private CountryCodeInfo mLocationCountryCodeInfo; field in ThreadNetworkCountryCode284 mLocationCountryCodeInfo = in geocodeListener()288 mLocationCountryCodeInfo = null; in geocodeListener()496 if (mLocationCountryCodeInfo != null) { in pickCountryCode()497 return mLocationCountryCodeInfo; in pickCountryCode()603 pw.println("mLocationCountryCodeInfo : " + mLocationCountryCodeInfo);