Home
last modified time | relevance | path

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

/packages/modules/Uwb/service/java/com/android/server/uwb/
DUwbCountryCode.java199 String cachedCountryCode = mUwbInjector.getUwbSettingsStore().get( in initialize() local
201 if (isValid(cachedCountryCode)) mCachedCountryCode = cachedCountryCode; in initialize()