Home
last modified time | relevance | path

Searched defs:onCountryDetected (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/location/java/android/location/
H A DICountryListener.aidl25 void onCountryDetected(in Country country); in onCountryDetected() method
H A DCountryListener.java34 void onCountryDetected(Country country); in onCountryDetected() method
H A DCountryDetector.java81 public void onCountryDetected(final Country country) { in onCountryDetected() method in CountryDetector.ListenerTransport
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DCountryDetectorServiceTest.java64 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 DLocationBasedCountryDetectorTest.java158 public void onCountryDetected(Country country) { in onCountryDetected() method in LocationBasedCountryDetectorTest.CountryListenerImpl