Home
last modified time | relevance | path

Searched refs:getLastKnownLocation (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/services/core/java/com/android/server/location/
DLocationBasedCountryDetector.java111 protected Location getLastKnownLocation() { in getLastKnownLocation() method in LocationBasedCountryDetector
115 Location lastKnownLocation = mLocationManager.getLastKnownLocation(provider); in getLastKnownLocation()
191 queryCountryCode(getLastKnownLocation()); in detectCountry()
196 queryCountryCode(getLastKnownLocation()); in detectCountry()
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
DLocationStatsAggregator.java152 private Location getLastKnownLocation() { in getLastKnownLocation() method in LocationStatsAggregator
161 Location location = mLocationManager.getLastKnownLocation(provider); in getLastKnownLocation()
187 Location location = getLastKnownLocation(); in onReceive()
/frameworks/base/services/tests/servicestests/src/com/android/server/location/
DLocationBasedCountryDetectorTest.java76 protected Location getLastKnownLocation() { in getLastKnownLocation() method in LocationBasedCountryDetectorTest.TestCountryDetector
268 protected Location getLastKnownLocation() { in testFindingLocationFailed()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java326 mLocationManager.getLastKnownLocation(providers.next()); in retrieveLocation()
/frameworks/base/docs/html-intl/intl/ja/training/tv/start/
Dhardware.jd237 Location location = locationManager.getLastKnownLocation("static");
/frameworks/base/location/java/android/location/
DLocationManager.java1177 public Location getLastKnownLocation(String provider) { in getLastKnownLocation() method in LocationManager
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd224 android.location.LocationManager#getLastKnownLocation}:</p>
229 Location lastKnownLocation = locationManager.getLastKnownLocation(locationProvider);
/frameworks/base/docs/html/training/tv/start/
Dhardware.jd337 Location location = locationManager.getLastKnownLocation("static");
/frameworks/base/docs/html/tools/devices/
Demulator.jd1171 <pre>LocationManager.getLastKnownLocation("gps")</pre>
/frameworks/base/api/
Dsystem-current.txt14823 method public android.location.Location getLastKnownLocation(java.lang.String);
Dcurrent.txt13863 method public android.location.Location getLastKnownLocation(java.lang.String);