Searched refs:mLastLocation (Results 1 – 2 of 2) sorted by relevance
130 Location mLastLocation; field in LegacyLocationProvider.LocationListener136 mLastLocation = new Location(mProvider); in LocationListener()149 mLastLocation.set(newLocation); in onLocationChanged()175 return mValid ? mLastLocation : null; in current()
123 Location mLastLocation; field in LocationManager.LocationListener129 mLastLocation = new Location(mProvider); in LocationListener()148 mLastLocation.set(newLocation); in onLocationChanged()178 return mValid ? mLastLocation : null; in current()