Searched defs:detectCountry (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DCountryDetectorBase.java28 * Calling {@link #detectCountry} to start detecting the country. The country
50 public abstract Country detectCountry(); method in class:CountryDetectorBase
H A DLocationBasedCountryDetector.java40 * Use {@link #detectCountry} to start querying. If the location can not be
164 public synchronized Country detectCountry() { method in class:LocationBasedCountryDetector
H A DComprehensiveCountryDetector.java46 * Call the {@link #detectCountry()} to get the available country immediately.
138 detectCountry(true, false);
149 public Country detectCountry() { method in class:ComprehensiveCountryDetector
151 return detectCountry(false, !mStopped);
270 private Country detectCountry(boolean notifyChange, boolean startLocationBasedDetection) { method in class:ComprehensiveCountryDetector
305 detectCountry(false, true);
319 + " detectCountry=" + (detectedCountry == null ? null :
367 mLocationBasedCountryDetector.detectCountry();
420 detectCountry(false, true);
448 detectCountry(tru
[all...]
/frameworks/base/location/java/android/location/
H A DCountryDetector.java38 * Call the {@link #detectCountry()} to get the available country immediately.
102 public Country detectCountry() { method in class:CountryDetector
104 return mService.detectCountry();
106 Log.e(TAG, "detectCountry: RemoteException", e);
/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java100 public Country detectCountry() { method in class:CountryDetectorService
104 return mCountryDetector.detectCountry();

Completed in 106 milliseconds