Searched refs:mFusedLocation (Results 1 – 1 of 1) sorted by relevance
82 private @Nullable Location mFusedLocation; field in FusedLocationProvider180 if (bestLocation == mFusedLocation) { in reportBestLocationLocked()184 mFusedLocation = bestLocation; in reportBestLocationLocked()185 if (mFusedLocation == null) { in reportBestLocationLocked()189 reportLocation(mFusedLocation); in reportBestLocationLocked()195 mFusedLocation = null; in onUserChanged()