Searched refs:mTimeToFirstFix (Results 1 – 2 of 2) sorted by relevance
39 private int mTimeToFirstFix; field in GpsStatus174 mTimeToFirstFix = timeToFirstFix; in setStatus()221 return mTimeToFirstFix; in getTimeToFirstFix()
365 private int mTimeToFirstFix = 0; field in GnssLocationProvider1268 mTimeToFirstFix = 0; in startNavigating()1397 if (mTimeToFirstFix > 0) { in handleReportLocation()1421 if (mTimeToFirstFix == 0 && hasLatLong) { in handleReportLocation()1422 mTimeToFirstFix = (int) (mLastFixTime - mFixRequestTime); in handleReportLocation()1423 if (DEBUG) Log.d(TAG, "TTFF: " + mTimeToFirstFix); in handleReportLocation()1425 mGnssMetrics.logTimeToFirstFixMilliSecs(mTimeToFirstFix); in handleReportLocation()1429 mGnssStatusListenerHelper.onFirstFix(mTimeToFirstFix); in handleReportLocation()