Searched refs:LocationBasedCountryDetector (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/services/java/com/android/server/location/
H A DLocationBasedCountryDetector.java48 public class LocationBasedCountryDetector extends CountryDetectorBase { class in inherits:CountryDetectorBase
49 private final static String TAG = "LocationBasedCountryDetector";
66 public LocationBasedCountryDetector(Context ctx) { method in class:LocationBasedCountryDetector
164 LocationBasedCountryDetector.this.stop();
188 LocationBasedCountryDetector.this.stop();
H A DComprehensiveCountryDetector.java131 * The listener for receiving the notification from LocationBasedCountryDetector.
136 if (DEBUG) Slog.d(TAG, "Country detected via LocationBasedCountryDetector");
138 // Don't start the LocationBasedCountryDetector.
151 // Don't start the LocationBasedCountryDetector if we have been stopped.
267 * @param startLocationBasedDetection indicates whether the LocationBasedCountryDetector could
383 return new LocationBasedCountryDetector(mContext);
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java37 private class TestCountryDetector extends LocationBasedCountryDetector {

Completed in 129 milliseconds