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

  /frameworks/base/services/core/java/com/android/server/location/
CountryDetectorBase.java 28 * Calling {@link #detectCountry} to start detecting the country. The country
50 public abstract Country detectCountry();
ComprehensiveCountryDetector.java 46 * Call the {@link #detectCountry()} to get the available country immediately.
138 detectCountry(true, false);
149 public Country detectCountry() {
151 return detectCountry(false, !mStopped);
270 private Country detectCountry(boolean notifyChange, boolean startLocationBasedDetection) {
305 detectCountry(false, true);
319 + " detectCountry=" + (detectedCountry == null ? null :
367 mLocationBasedCountryDetector.detectCountry();
420 detectCountry(false, true);
448 detectCountry(true, true)
    [all...]
LocationBasedCountryDetector.java 40 * Use {@link #detectCountry} to start querying. If the location can not be
164 public synchronized Country detectCountry() {
  /frameworks/base/location/java/android/location/
CountryDetector.java 40 * Call the {@link #detectCountry()} to get the available country immediately.
101 public Country detectCountry() {
103 return mService.detectCountry();
105 Log.e(TAG, "detectCountry: RemoteException", e);
  /frameworks/base/services/core/java/com/android/server/
CountryDetectorService.java 101 public Country detectCountry() {
105 return mCountryDetector.detectCountry();
  /frameworks/base/services/tests/servicestests/src/com/android/server/location/
LocationBasedCountryDetectorTest.java 193 detector.detectCountry();
225 detector.detectCountry();
250 detector.detectCountry();
274 detector.detectCountry();
305 detector.detectCountry();
329 detector.detectCountry();

Completed in 60 milliseconds