Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssStatus.java109 final int mSvCount; field in GnssStatus
117 mSvCount = svCount; in GnssStatus()
129 return mSvCount; in getSatelliteCount()
DGpsStatus.java207 setStatus(status.mSvCount, status.mSvidWithFlags, status.mCn0DbHz, status.mElevations, in setStatus()
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java244 private int mSvCount; field in GnssLocationProvider.LocationExtras
255 mSvCount = svCount; in set()
270 extras.putInt("satellites", mSvCount); in setBundle()
1465 private int mSvCount; field in GnssLocationProvider.SvStatusInfo
1477 svStatusInfo.mSvCount = svCount; in reportSvStatus()
1489 info.mSvCount, in handleReportSvStatus()
1497 mGnssMetrics.logCn0(info.mCn0s, info.mSvCount, info.mSvCarrierFreqs); in handleReportSvStatus()
1500 Log.v(TAG, "SV count: " + info.mSvCount); in handleReportSvStatus()
1506 for (int i = 0; i < info.mSvCount; i++) { in handleReportSvStatus()
1549 mGnssMetrics.logSvStatus(info.mSvCount, info.mSvidWithFlags, info.mSvCarrierFreqs); in handleReportSvStatus()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt33117 Landroid/location/GnssStatus;->mSvCount:I