Searched refs:bestLocation (Results 1 – 2 of 2) sorted by relevance
126 Location bestLocation = null; in getLastKnownLocation() local130 if (bestLocation == null || in getLastKnownLocation()131 bestLocation.getElapsedRealtimeNanos() < in getLastKnownLocation()133 bestLocation = lastKnownLocation; in getLastKnownLocation()137 return bestLocation; in getLastKnownLocation()
178 Location bestLocation = chooseBestLocation(mGpsListener.getLocation(), in reportBestLocationLocked() local180 if (bestLocation == mFusedLocation) { in reportBestLocationLocked()184 mFusedLocation = bestLocation; in reportBestLocationLocked()