HomeSort by relevance Sort by last modified time
    Searched refs:mSvCount (Results 1 - 3 of 3) sorted by null

  /frameworks/base/location/java/android/location/
GnssStatus.java 104 final int mSvCount;
109 mSvCount = svCount;
121 return mSvCount;
GpsStatus.java 205 setStatus(status.mSvCount, status.mSvidWithFlags, status.mCn0DbHz, status.mElevations,
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 272 private int mSvCount;
283 mSvCount = svCount;
298 extras.putInt("satellites", mSvCount);
    [all...]

Completed in 67 milliseconds