Searched refs:mGnssExcessPathInfoList (Results 1 – 1 of 1) sorted by relevance
67 private final List<GnssExcessPathInfo> mGnssExcessPathInfoList; field in GnssSingleSatCorrection82 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()