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

/frameworks/base/services/java/com/android/server/location/
H A DComprehensiveCountryDetector.java267 * @param startLocationBasedDetection indicates whether the LocationBasedCountryDetector could
271 private Country detectCountry(boolean notifyChange, boolean startLocationBasedDetection) { argument
274 notifyChange, startLocationBasedDetection);
283 final boolean notifyChange, final boolean startLocationBasedDetection) {
288 country, detectedCountry, notifyChange, startLocationBasedDetection);
314 final boolean notifyChange, final boolean startLocationBasedDetection) {
319 Slog.d(TAG, "startLocationBasedDetection=" + startLocationBasedDetection
328 if (startLocationBasedDetection && (detectedCountry == null
282 runAfterDetectionAsync(final Country country, final Country detectedCountry, final boolean notifyChange, final boolean startLocationBasedDetection) argument
313 runAfterDetection(final Country country, final Country detectedCountry, final boolean notifyChange, final boolean startLocationBasedDetection) argument
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DComprehensiveCountryDetectorTest.java96 final boolean notifyChange, final boolean startLocationBasedDetection) {
97 runAfterDetection(country, detectedCountry, notifyChange, startLocationBasedDetection);
95 runAfterDetectionAsync(final Country country, final Country detectedCountry, final boolean notifyChange, final boolean startLocationBasedDetection) argument

Completed in 64 milliseconds