Searched refs:mTimeToFirstFix (Results 1 – 4 of 4) sorted by relevance
42 private int mTimeToFirstFix; field in GpsStatus206 mTimeToFirstFix = timeToFirstFix; in setStatus()213 mTimeToFirstFix = ttff; in setTimeToFirstFix()223 return mTimeToFirstFix; in getTimeToFirstFix()
89 private int mTimeToFirstFix; field in LocationManager1664 mGnssCallback.onFirstFix(mTimeToFirstFix); in handleMessage()1752 mTimeToFirstFix = ttff; in onFirstFix()2171 status.setStatus(mGnssStatus, mTimeToFirstFix); in getGpsStatus()
358 private int mTimeToFirstFix = 0; field in GnssLocationProvider1219 mTimeToFirstFix = 0; in startNavigating()1350 if (mTimeToFirstFix > 0) { in handleReportLocation()1374 if (mTimeToFirstFix == 0 && hasLatLong) { in handleReportLocation()1375 mTimeToFirstFix = (int) (mLastFixTime - mFixRequestTime); in handleReportLocation()1376 if (DEBUG) Log.d(TAG, "TTFF: " + mTimeToFirstFix); in handleReportLocation()1378 mGnssMetrics.logTimeToFirstFixMilliSecs(mTimeToFirstFix); in handleReportLocation()1382 mGnssStatusListenerHelper.onFirstFix(mTimeToFirstFix); in handleReportLocation()
35584 Landroid/location/GpsStatus;->mTimeToFirstFix:I36051 Landroid/location/LocationManager;->mTimeToFirstFix:I