Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java202 mCountryDetector = loadCustomCountryDetectorIfAvailable(customCountryClass); in initialize()
226 private CountryDetectorBase loadCustomCountryDetectorIfAvailable( in loadCustomCountryDetectorIfAvailable() method in CountryDetectorService