Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/
DLocationBasedCountryDetector.java122 protected Location getLastKnownLocation() { in getLastKnownLocation() method in LocationBasedCountryDetector
128 Location lastKnownLocation = mLocationManager.getLastKnownLocation(provider); in getLastKnownLocation()
207 queryCountryCode(getLastKnownLocation()); in detectCountry()
212 queryCountryCode(getLastKnownLocation()); in detectCountry()
/frameworks/support/v7/appcompat/src/android/support/v7/app/
DTwilightManager.java64 final Location location = getLastKnownLocation(); in isNight()
81 private Location getLastKnownLocation() { in getLastKnownLocation() method in TwilightManager
110 return mLocationManager.getLastKnownLocation(provider); in getLastKnownLocationForProvider()
/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.java443 mLocationManager.getLastKnownLocation(providers.next()); in retrieveLocation()
/frameworks/base/docs/html-intl/intl/ja/training/tv/start/
Dhardware.jd241 Location location = locationManager.getLastKnownLocation("static");
/frameworks/base/docs/html/guide/topics/location/
Dstrategies.jd224 android.location.LocationManager#getLastKnownLocation}:</p>
229 Location lastKnownLocation = locationManager.getLastKnownLocation(locationProvider);
/frameworks/base/location/java/android/location/
DLocationManager.java1198 public Location getLastKnownLocation(String provider) { in getLastKnownLocation() method in LocationManager
/frameworks/base/docs/html/training/tv/start/
Dhardware.jd335 Location location = locationManager.getLastKnownLocation("static");
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13861 method public android.location.Location getLastKnownLocation(java.lang.String);
/frameworks/base/api/
Dcurrent.txt19334 method public android.location.Location getLastKnownLocation(java.lang.String);
Dtest-current.txt19403 method public android.location.Location getLastKnownLocation(java.lang.String);
Dsystem-current.txt20782 method public android.location.Location getLastKnownLocation(java.lang.String);