Searched refs:getLastKnownLocation (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
H A DLocationBasedCountryDetector.java122 protected Location getLastKnownLocation() { method in class:LocationBasedCountryDetector
128 Location lastKnownLocation = mLocationManager.getLastKnownLocation(provider);
207 queryCountryCode(getLastKnownLocation());
212 queryCountryCode(getLastKnownLocation());
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DTwilightManager.java82 final Location location = getLastKnownLocation();
99 private Location getLastKnownLocation() { method in class:TwilightManager
128 return mLocationManager.getLastKnownLocation(provider);
/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.java577 * {@link #getLastKnownLocation(String)} method.
1198 public Location getLastKnownLocation(String provider) { method in class:LocationManager

Completed in 321 milliseconds