Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java107 private String mLocationCountryCode = null; field in UwbCountryCode
188 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()