Searched refs:mSvCount (Results 1 – 2 of 2) sorted by relevance
135 private final int mSvCount; field in GnssStatus145 mSvCount = svCount; in GnssStatus()159 return mSvCount; in getSatelliteCount()354 return mSvCount == that.mSvCount in equals()365 int result = Objects.hash(mSvCount); in hashCode()
253 private int mSvCount; field in GnssLocationProvider.LocationExtras264 mSvCount = svCount; in set()279 extras.putInt("satellites", mSvCount); in setBundle()1475 private int mSvCount; field in GnssLocationProvider.SvStatusInfo1489 svStatusInfo.mSvCount = svCount; in reportSvStatus()1502 info.mSvCount, in handleReportSvStatus()1511 mGnssMetrics.logCn0(info.mCn0s, info.mSvCount, info.mSvCarrierFreqs); in handleReportSvStatus()1514 Log.v(TAG, "SV count: " + info.mSvCount); in handleReportSvStatus()1518 info.mSvCount, in handleReportSvStatus()