Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssSingleSatCorrection.java67 private final List<GnssExcessPathInfo> mGnssExcessPathInfoList; field in GnssSingleSatCorrection
82 mGnssExcessPathInfoList = gnssExcessPathInfoList; in GnssSingleSatCorrection()
183 return mGnssExcessPathInfoList; in getGnssExcessPathInfoList()
239 parcel.writeTypedList(mGnssExcessPathInfoList); in writeToParcel()
293 && mGnssExcessPathInfoList.equals(that.mGnssExcessPathInfoList); in equals()
308 mGnssExcessPathInfoList); in hashCode()
333 if (!mGnssExcessPathInfoList.isEmpty()) { in toString()
334 builder.append(' ').append(mGnssExcessPathInfoList.toString()); in toString()