Searched refs:detectCountry (Results 1 – 11 of 11) sorted by relevance
138 detectCountry(true, false);149 public Country detectCountry() { in detectCountry() method in ComprehensiveCountryDetector151 return detectCountry(false, !mStopped); in detectCountry()270 private Country detectCountry(boolean notifyChange, boolean startLocationBasedDetection) { in detectCountry() method in ComprehensiveCountryDetector305 detectCountry(false, true); in setCountryListener()367 mLocationBasedCountryDetector.detectCountry(); in startLocationBasedDetector()420 detectCountry(false, true); in scheduleLocationRefresh()448 detectCountry(true, true); in addPhoneStateListener()
50 public abstract Country detectCountry(); in detectCountry() method in CountryDetectorBase
164 public synchronized Country detectCountry() { in detectCountry() method in LocationBasedCountryDetector
62 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();
193 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()
102 public Country detectCountry() { in detectCountry() method in CountryDetector104 return mService.detectCountry(); in detectCountry()
33 Country detectCountry(); in detectCountry() method
100 public Country detectCountry() { in detectCountry() method in CountryDetectorService104 return mCountryDetector.detectCountry(); in detectCountry()
703 final Country country = detector.detectCountry(); in getCurrentCountryIso()
601 Country country = detector.detectCountry(); in getCurrentCountryIso()
2049 if (detector != null && detector.detectCountry() != null) { in isLocalEmergencyNumberInternal()2050 countryIso = detector.detectCountry().getCountryIso(); in isLocalEmergencyNumberInternal()