Searched refs:lastLocation (Results 1 – 3 of 3) sorted by relevance
106 char* lastLocation = &v[0]; in TEST() local112 EXPECT_LT(lastLocation, &v[0]); in TEST()113 EXPECT_GT(lastLocation + 20, &v[0]); in TEST()
2732 Location lastLocation = null; in getLastLocation() local2737 lastLocation = new Location(mLocationFudger.getOrCreate(noGPSLocation)); in getLastLocation()2740 lastLocation = new Location(location); in getLastLocation()2743 if (lastLocation != null) { in getLastLocation()2749 lastLocation = null; in getLastLocation()2752 return lastLocation; in getLastLocation()3466 Location lastLocation = mLastLocation.get(provider); in updateLastLocationLocked() local3467 if (lastLocation == null) { in updateLastLocationLocked()3468 lastLocation = new Location(provider); in updateLastLocationLocked()3469 mLastLocation.put(provider, lastLocation); in updateLastLocationLocked()[all …]
258 Location lastLocation = mLocationManager.getLastLocation(); in onStartLoading() local259 if (lastLocation != null) { in onStartLoading()260 onLocationChanged(lastLocation); in onStartLoading()