Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/location/countrydetector/
DLocationBasedCountryDetector.java126 Location bestLocation = null; in getLastKnownLocation() local
130 if (bestLocation == null || in getLastKnownLocation()
131 bestLocation.getElapsedRealtimeNanos() < in getLastKnownLocation()
133 bestLocation = lastKnownLocation; in getLastKnownLocation()
137 return bestLocation; in getLastKnownLocation()
/frameworks/base/packages/FusedLocation/src/com/android/location/fused/
DFusedLocationProvider.java178 Location bestLocation = chooseBestLocation(mGpsListener.getLocation(), in reportBestLocationLocked() local
180 if (bestLocation == mFusedLocation) { in reportBestLocationLocked()
184 mFusedLocation = bestLocation; in reportBestLocationLocked()