Home
last modified time | relevance | path

Searched refs:mSvCount (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/
DGnssStatus.java135 private final int mSvCount; field in GnssStatus
145 mSvCount = svCount; in GnssStatus()
159 return mSvCount; in getSatelliteCount()
354 return mSvCount == that.mSvCount in equals()
365 int result = Objects.hash(mSvCount); in hashCode()
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssLocationProvider.java253 private int mSvCount; field in GnssLocationProvider.LocationExtras
264 mSvCount = svCount; in set()
279 extras.putInt("satellites", mSvCount); in setBundle()
1475 private int mSvCount; field in GnssLocationProvider.SvStatusInfo
1489 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()