Home
last modified time | relevance | path

Searched defs:detectCountry (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/
H A DCustomCountryDetectorTestClass.java28 public Country detectCountry() { in detectCountry() method in CustomCountryDetectorTestClass
/aosp14/frameworks/base/location/java/android/location/
H A DICountryDetector.aidl33 Country detectCountry(); in detectCountry() method
H A DCountryDetector.java108 public Country detectCountry() { in detectCountry() method in CountryDetector
/aosp14/frameworks/base/services/core/java/com/android/server/location/countrydetector/
H A DCountryDetectorBase.java52 public abstract Country detectCountry(); in detectCountry() method in CountryDetectorBase
H A DComprehensiveCountryDetector.java149 public Country detectCountry() { in detectCountry() method in ComprehensiveCountryDetector
270 private Country detectCountry(boolean notifyChange, boolean startLocationBasedDetection) { in detectCountry() method in ComprehensiveCountryDetector
H A DLocationBasedCountryDetector.java164 public synchronized Country detectCountry() { in detectCountry() method in LocationBasedCountryDetector
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java116 public Country detectCountry() { in detectCountry() method in CountryDetectorService