Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java108 private String mCachedCountryCode = null; field in UwbCountryCode
201 if (isValid(cachedCountryCode)) mCachedCountryCode = cachedCountryCode; in initialize()
380 && mCachedCountryCode != null) { in pickCountryCode()
382 return mCachedCountryCode; in pickCountryCode()
416 mCachedCountryCode = country; in setCountryCode()
486 mCachedCountryCode = null; in clearCachedCountryCode()
509 pw.println("mCachedCountryCode: " + mCachedCountryCode); in dump()