Home
last modified time | relevance | path

Searched refs:mLastLocation (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/app/
DLegacyLocationProvider.java130 Location mLastLocation; field in LegacyLocationProvider.LocationListener
136 mLastLocation = new Location(mProvider); in LocationListener()
149 mLastLocation.set(newLocation); in onLocationChanged()
175 return mValid ? mLastLocation : null; in current()
/packages/apps/LegacyCamera/src/com/android/camera/
DLocationManager.java123 Location mLastLocation; field in LocationManager.LocationListener
129 mLastLocation = new Location(mProvider); in LocationListener()
148 mLastLocation.set(newLocation); in onLocationChanged()
178 return mValid ? mLastLocation : null; in current()