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

/frameworks/base/services/core/java/com/android/server/location/
H A DLocationBasedCountryDetector.java49 public class LocationBasedCountryDetector extends CountryDetectorBase { class in inherits:CountryDetectorBase
50 private final static String TAG = "LocationBasedCountryDetector";
67 public LocationBasedCountryDetector(Context ctx) { method in class:LocationBasedCountryDetector
180 LocationBasedCountryDetector.this.stop();
204 LocationBasedCountryDetector.this.stop();
H A DComprehensiveCountryDetector.java130 * The listener for receiving the notification from LocationBasedCountryDetector.
135 if (DEBUG) Slog.d(TAG, "Country detected via LocationBasedCountryDetector");
137 // Don't start the LocationBasedCountryDetector.
150 // Don't start the LocationBasedCountryDetector if we have been stopped.
266 * @param startLocationBasedDetection indicates whether the LocationBasedCountryDetector could
382 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 55 milliseconds