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

/frameworks/base/services/core/java/com/android/server/location/
H A DComprehensiveCountryDetector.java266 * @param startLocationBasedDetection indicates whether the LocationBasedCountryDetector could
270 private Country detectCountry(boolean notifyChange, boolean startLocationBasedDetection) { argument
273 notifyChange, startLocationBasedDetection);
282 final boolean notifyChange, final boolean startLocationBasedDetection) {
287 country, detectedCountry, notifyChange, startLocationBasedDetection);
313 final boolean notifyChange, final boolean startLocationBasedDetection) {
318 Slog.d(TAG, "startLocationBasedDetection=" + startLocationBasedDetection
327 if (startLocationBasedDetection && (detectedCountry == null
281 runAfterDetectionAsync(final Country country, final Country detectedCountry, final boolean notifyChange, final boolean startLocationBasedDetection) argument
312 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 96 milliseconds