Searched defs:mSvCount (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/
H A DGnssStatus.java103 /* package */ int mSvCount; field in class:GnssStatus
107 mSvCount = svCount;
123 return mSvCount;
/frameworks/base/services/core/java/com/android/server/location/
H A DGnssLocationProvider.java1205 extras.putInt("satellites", mSvCount);
1211 if (status != mStatus || svCount != mSvCount) {
1213 mSvCount = svCount;
1593 updateStatus(LocationProvider.AVAILABLE, mSvCount);
1680 updateStatus(LocationProvider.TEMPORARILY_UNAVAILABLE, mSvCount);
2494 private int mSvCount; field in class:GnssLocationProvider

Completed in 450 milliseconds