Searched defs:onCountryDetected (Results 1 – 5 of 5) sorted by relevance
/aosp14/frameworks/base/location/java/android/location/ | ||
H A D | ICountryListener.aidl | 25 void onCountryDetected(in Country country); in onCountryDetected() method |
H A D | CountryListener.java | 34 void onCountryDetected(Country country); in onCountryDetected() method |
H A D | CountryDetector.java | 81 public void onCountryDetected(final Country country) { in onCountryDetected() method in CountryDetector.ListenerTransport |
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/ | ||
H A D | CountryDetectorServiceTest.java | 64 public void onCountryDetected(Country country) { in onCountryDetected() method in CountryDetectorServiceTest.CountryListenerTester |
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/location/countrydetector/ | ||
H A D | LocationBasedCountryDetectorTest.java | 158 public void onCountryDetected(Country country) { in onCountryDetected() method in LocationBasedCountryDetectorTest.CountryListenerImpl |