Searched refs:mBasebandCn0DbHz (Results 1 – 2 of 2) sorted by relevance
58 private double mBasebandCn0DbHz; field in GnssMeasurement284 mBasebandCn0DbHz = measurement.mBasebandCn0DbHz; in set()861 return mBasebandCn0DbHz; in getBasebandCn0DbHz()872 mBasebandCn0DbHz = value; in setBasebandCn0DbHz()1856 gnssMeasurement.mBasebandCn0DbHz = parcel.readDouble();1906 parcel.writeDouble(mBasebandCn0DbHz); in writeToParcel()1950 builder.append(String.format(format, "BasebandCn0DbHz", mBasebandCn0DbHz)); in toString()
504 basebandCn0DbHzs[i] = mSatellites.get(i).mBasebandCn0DbHz; in build()519 private final float mBasebandCn0DbHz; field in GnssStatus.GnssSvInfo537 mBasebandCn0DbHz = hasBasebandCn0DbHz ? basebandCn0DbHz : 0; in GnssSvInfo()