Home
last modified time | relevance | path

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

/aosp12/frameworks/base/location/java/android/location/
H A DGnssStatus.java146 private final int mSvCount; field in GnssStatus
156 mSvCount = svCount; in GnssStatus()
170 return mSvCount; in getSatelliteCount()
360 return mSvCount == that.mSvCount in equals()
371 int result = Objects.hash(mSvCount); in hashCode()
413 parcel.writeInt(mSvCount); in writeToParcel()
414 for (int i = 0; i < mSvCount; i++) { in writeToParcel()
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssLocationProvider.java172 private int mSvCount; field in GnssLocationProvider.LocationExtras
183 mSvCount = svCount; in set()
198 extras.putInt("satellites", mSvCount); in setBundle()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25866 Landroid/location/GnssStatus;->mSvCount:I