Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
H A DComprehensiveCountryDetectorTest.java153 countryDetector.setCountryListener(listener);
159 countryDetector.stop();
174 countryDetector.setCountryListener(listener);
183 countryDetector.stop();
197 countryDetector.setCountryListener(listener);
203 countryDetector.stop();
222 countryDetector.stop();
248 countryDetector.stop();
264 countryDetector.stop();
274 countryDetector.setCountryListener(null);
[all …]
/aosp14/frameworks/base/services/java/com/android/server/
H A DSystemServer.java1738 CountryDetectorService countryDetector = null; in startOtherServices() local
2144 countryDetector = new CountryDetectorService(context); in startOtherServices()
2145 ServiceManager.addService(Context.COUNTRY_DETECTOR, countryDetector); in startOtherServices()
2890 final CountryDetectorService countryDetectorF = countryDetector; in startOtherServices()