Searched refs:mLastFixTime (Results 1 – 1 of 1) sorted by relevance
261 private long mLastFixTime; field in GnssLocationProvider1020 mLastFixTime = 0; in startNavigating()1082 mLastFixTime = 0; in stopNavigating()1141 int timeBetweenFixes = (int) (SystemClock.elapsedRealtime() - mLastFixTime); in handleReportLocation()1162 mLastFixTime = SystemClock.elapsedRealtime(); in handleReportLocation()1165 mTimeToFirstFix = (int) (mLastFixTime - mFixRequestTime); in handleReportLocation()