Searched defs:detectedCountry (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java282 protected void runAfterDetectionAsync(final Country country, final Country detectedCountry, argument
288 country, detectedCountry, notifyChange, startLocationBasedDetection);
313 void runAfterDetection(final Country country, final Country detectedCountry, argument
316 notifyIfCountryChanged(country, detectedCountry);
320 + " detectCountry=" + (detectedCountry == null ? null :
321 "(source: " + detectedCountry.getSource()
322 + ", countryISO: " + detectedCountry.getCountryIso() + ")")
328 if (startLocationBasedDetection && (detectedCountry == null
329 || detectedCountry.getSource() > Country.COUNTRY_SOURCE_LOCATION)
339 if (detectedCountry
394 notifyIfCountryChanged(final Country country, final Country detectedCountry) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java95 protected void runAfterDetectionAsync(final Country country, final Country detectedCountry, argument
97 runAfterDetection(country, detectedCountry, notifyChange, startLocationBasedDetection);

Completed in 5 milliseconds