Home
last modified time | relevance | path

Searched refs:getLastKnownLocation (Results 1 – 8 of 8) 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.java82 final Location location = getLastKnownLocation(); in isNight()
99 private Location getLastKnownLocation() { in getLastKnownLocation() method in TwilightManager
128 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/location/java/android/location/
DLocationManager.java1198 public Location getLastKnownLocation(String provider) { in getLastKnownLocation() method in LocationManager
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt13861 method public android.location.Location getLastKnownLocation(java.lang.String);
/frameworks/base/api/
Dcurrent.txt20789 method public android.location.Location getLastKnownLocation(java.lang.String);
Dsystem-current.txt22534 method public android.location.Location getLastKnownLocation(java.lang.String);