Searched refs:getLastKnownLocation (Results 1 – 11 of 11) sorted by relevance
111 protected Location getLastKnownLocation() { in getLastKnownLocation() method in LocationBasedCountryDetector115 Location lastKnownLocation = mLocationManager.getLastKnownLocation(provider); in getLastKnownLocation()191 queryCountryCode(getLastKnownLocation()); in detectCountry()196 queryCountryCode(getLastKnownLocation()); in detectCountry()
152 private Location getLastKnownLocation() { in getLastKnownLocation() method in LocationStatsAggregator161 Location location = mLocationManager.getLastKnownLocation(provider); in getLastKnownLocation()187 Location location = getLastKnownLocation(); in onReceive()
76 protected Location getLastKnownLocation() { in getLastKnownLocation() method in LocationBasedCountryDetectorTest.TestCountryDetector268 protected Location getLastKnownLocation() { in testFindingLocationFailed()
326 mLocationManager.getLastKnownLocation(providers.next()); in retrieveLocation()
237 Location location = locationManager.getLastKnownLocation("static");
1177 public Location getLastKnownLocation(String provider) { in getLastKnownLocation() method in LocationManager
224 android.location.LocationManager#getLastKnownLocation}:</p>229 Location lastKnownLocation = locationManager.getLastKnownLocation(locationProvider);
337 Location location = locationManager.getLastKnownLocation("static");
1171 <pre>LocationManager.getLastKnownLocation("gps")</pre>
14823 method public android.location.Location getLastKnownLocation(java.lang.String);
13863 method public android.location.Location getLastKnownLocation(java.lang.String);