Searched refs:mLocationCountryCode (Results 1 – 1 of 1) sorted by relevance
107 private String mLocationCountryCode = null; field in UwbCountryCode188 mLocationCountryCode = null; in setCountryCodeFromGeocodingLocation()327 mLocationCountryCode = null; in setLocationCountryCode()329 mLocationCountryCode = countryCode.toUpperCase(Locale.US); in setLocationCountryCode()376 if (mLocationCountryCode != null) { in pickCountryCode()377 return mLocationCountryCode; in pickCountryCode()503 pw.println("mLocationCountryCode: " + mLocationCountryCode); in dump()