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/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.java47 * Call the {@link #detectCountry()} to get the available country immediately.
139 detectCountry(true, false);
150 public Country detectCountry() { method in class:ComprehensiveCountryDetector
152 return detectCountry(false, !mStopped);
271 private Country detectCountry(boolean notifyChange, boolean startLocationBasedDetection) { method in class:ComprehensiveCountryDetector
306 detectCountry(false, true);
320 + " detectCountry=" + (detectedCountry == null ? null :
368 mLocationBasedCountryDetector.detectCountry();
421 detectCountry(false, true);
449 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/java/com/android/server/
H A DCountryDetectorService.java101 public Country detectCountry() throws RemoteException { method in class:CountryDetectorService
105 return mCountryDetector.detectCountry();
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfoAsyncQuery.java278 detector.detectCountry().getCountryIso());
H A DCallerInfo.java572 countryIso = detector.detectCountry().getCountryIso();
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java1804 countryIso = detector.detectCountry().getCountryIso();

Completed in 441 milliseconds