Searched defs:getLastKnownLocation (Results 1 - 4 of 4) 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/main/java/androidx/appcompat/app/
H A DTwilightManager.java88 final Location location = getLastKnownLocation();
106 private Location getLastKnownLocation() { method in class:TwilightManager
135 return mLocationManager.getLastKnownLocation(provider);
/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.java667 * {@link #getLastKnownLocation(String)} method.
965 * #getLastKnownLocation(String)}, the location information is still useful before getting
1413 public Location getLastKnownLocation(String provider) { method in class:LocationManager

Completed in 147 milliseconds