Searched refs:mSvCount (Results 1 – 3 of 3) sorted by relevance
146 private final int mSvCount; field in GnssStatus156 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()
162 private int mSvCount; field in GnssLocationProvider.LocationExtras173 mSvCount = svCount; in set()188 extras.putInt("satellites", mSvCount); in setBundle()
25866 Landroid/location/GnssStatus;->mSvCount:I