Searched refs:mLastFixTime (Results 1 – 1 of 1) sorted by relevance
367 private long mLastFixTime; field in GnssLocationProvider1269 mLastFixTime = 0; in startNavigating()1337 mLastFixTime = 0; in stopNavigating()1398 int timeBetweenFixes = (int) (SystemClock.elapsedRealtime() - mLastFixTime); in handleReportLocation()1419 mLastFixTime = SystemClock.elapsedRealtime(); in handleReportLocation()1422 mTimeToFirstFix = (int) (mLastFixTime - mFixRequestTime); in handleReportLocation()