HomeSort by relevance Sort by last modified time
    Searched defs:onCountryDetected (Results 1 - 4 of 4) sorted by null

  /frameworks/base/location/java/android/location/
CountryListener.java 29 void onCountryDetected(Country country);
CountryDetector.java 71 public void onCountryDetected(final Country country) {
74 mListener.onCountryDetected(country);
  /frameworks/base/services/tests/servicestests/src/com/android/server/
CountryDetectorServiceTest.java 31 public void onCountryDetected(Country country) throws RemoteException {
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java 158 public void onCountryDetected(Country country) {

Completed in 54 milliseconds