Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DComprehensiveCountryDetector.java138 detectCountry(true, false);
149 public Country detectCountry() { in detectCountry() method in ComprehensiveCountryDetector
151 return detectCountry(false, !mStopped); in detectCountry()
270 private Country detectCountry(boolean notifyChange, boolean startLocationBasedDetection) { in detectCountry() method in ComprehensiveCountryDetector
305 detectCountry(false, true); in setCountryListener()
367 mLocationBasedCountryDetector.detectCountry(); in startLocationBasedDetector()
420 detectCountry(false, true); in scheduleLocationRefresh()
448 detectCountry(true, true); in addPhoneStateListener()
DCountryDetectorBase.java50 public abstract Country detectCountry(); in detectCountry() method in CountryDetectorBase
DLocationBasedCountryDetector.java164 public synchronized Country detectCountry() { in detectCountry() method in LocationBasedCountryDetector
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DComprehensiveCountryDetectorTest.java62 public Country detectCountry() { in createLocationBasedCountryDetector()
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();
DLocationBasedCountryDetectorTest.java193 detector.detectCountry(); in testFindingCountryCommon()
225 detector.detectCountry(); in testFindingCountryCancelled()
250 detector.detectCountry(); in testFindingLocationCancelled()
274 detector.detectCountry(); in testFindingLocationFailed()
305 detector.detectCountry(); in testFindingCountryFailed()
329 detector.detectCountry(); in testFindingCountryWithLastKnownLocation()
/frameworks/base/location/java/android/location/
DCountryDetector.java102 public Country detectCountry() { in detectCountry() method in CountryDetector
104 return mService.detectCountry(); in detectCountry()
DICountryDetector.aidl33 Country detectCountry(); in detectCountry() method
/frameworks/base/services/core/java/com/android/server/
DCountryDetectorService.java100 public Country detectCountry() { in detectCountry() method in CountryDetectorService
104 return mCountryDetector.detectCountry(); in detectCountry()
/frameworks/base/core/java/android/provider/
DCallLog.java703 final Country country = detector.detectCountry(); in getCurrentCountryIso()
/frameworks/base/telephony/java/com/android/internal/telephony/
DCallerInfo.java601 Country country = detector.detectCountry(); in getCurrentCountryIso()
/frameworks/base/telephony/java/android/telephony/
DPhoneNumberUtils.java2049 if (detector != null && detector.detectCountry() != null) { in isLocalEmergencyNumberInternal()
2050 countryIso = detector.detectCountry().getCountryIso(); in isLocalEmergencyNumberInternal()