Searched refs:detectedCountry (Results 1 - 2 of 2) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java281 protected void runAfterDetectionAsync(final Country country, final Country detectedCountry, argument
287 country, detectedCountry, notifyChange, startLocationBasedDetection);
312 void runAfterDetection(final Country country, final Country detectedCountry, argument
315 notifyIfCountryChanged(country, detectedCountry);
319 + " detectCountry=" + (detectedCountry == null ? null :
320 "(source: " + detectedCountry.getSource()
321 + ", countryISO: " + detectedCountry.getCountryIso() + ")")
327 if (startLocationBasedDetection && (detectedCountry == null
328 || detectedCountry.getSource() > Country.COUNTRY_SOURCE_LOCATION)
338 if (detectedCountry
393 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 37 milliseconds