Searched refs:mCachedCountryCode (Results 1 – 1 of 1) sorted by relevance
108 private String mCachedCountryCode = null; field in UwbCountryCode201 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()