Searched defs:getLastKnownLocation (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DLocationBasedCountryDetector.java111 protected Location getLastKnownLocation() { method in class:LocationBasedCountryDetector
115 Location lastKnownLocation = mLocationManager.getLastKnownLocation(provider);
191 queryCountryCode(getLastKnownLocation());
196 queryCountryCode(getLastKnownLocation());
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DLocationStatsAggregator.java126 mLocationManager.getLastKnownLocation(LocationManager.GPS_PROVIDER);
152 private Location getLastKnownLocation() { method in class:LocationStatsAggregator
161 Location location = mLocationManager.getLastKnownLocation(provider);
187 Location location = getLastKnownLocation();
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
H A DLocationBasedCountryDetectorTest.java76 protected Location getLastKnownLocation() { method in class:LocationBasedCountryDetectorTest.TestCountryDetector
268 protected Location getLastKnownLocation() {
/frameworks/base/location/java/android/location/
H A DLocationManager.java562 * {@link #getLastKnownLocation(String)} method.
1177 public Location getLastKnownLocation(String provider) { method in class:LocationManager

Completed in 562 milliseconds