Searched refs:detectCountry (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/location/java/android/location/
H A DICountryDetector.aidl33 Country detectCountry();
H A DCountryDetector.java38 * Call the {@link #detectCountry()} to get the available country immediately.
104 public Country detectCountry() { method in class:CountryDetector
106 return mService.detectCountry();
108 Log.e(TAG, "detectCountry: RemoteException", e);
/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 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...]
H A DLocationBasedCountryDetector.java39 * Use {@link #detectCountry} to start querying. If the location can not be
148 public synchronized Country detectCountry() { method in class:LocationBasedCountryDetector
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java62 public Country detectCountry() {
154 Country country = countryDetector.detectCountry();
175 Country country = countryDetector.detectCountry();
198 Country country = countryDetector.detectCountry();
219 Country country = countryDetector.detectCountry();
240 Country country = countryDetector.detectCountry();
256 Country country = countryDetector.detectCountry();
H A DLocationBasedCountryDetectorTest.java193 detector.detectCountry();
225 detector.detectCountry();
250 detector.detectCountry();
274 detector.detectCountry();
305 detector.detectCountry();
329 detector.detectCountry();
/frameworks/base/services/core/java/com/android/server/
H A DCountryDetectorService.java100 public Country detectCountry() { method in class:CountryDetectorService
104 return mCountryDetector.detectCountry();
/frameworks/base/core/java/android/provider/
H A DCallLog.java625 final Country country = detector.detectCountry();
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java593 Country country = detector.detectCountry();
597 Rlog.e(TAG, "CountryDetector.detectCountry() returned null.");
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java2021 if (detector != null && detector.detectCountry() != null) {
2022 countryIso = detector.detectCountry().getCountryIso();

Completed in 335 milliseconds