Searched refs:mConstellationType (Results 1 – 5 of 5) sorted by relevance
45 private final int mConstellationType; field in GnssAutomaticGainControl54 mConstellationType = constellationType; in GnssAutomaticGainControl()74 return mConstellationType; in getConstellationType()98 parcel.writeInt(mConstellationType); in writeToParcel()125 GnssStatus.constellationTypeToString(mConstellationType)); in toString()145 if (mConstellationType != other.mConstellationType) { in equals()156 return Objects.hash(mLevelDb, mConstellationType, mCarrierFrequencyHz); in hashCode()162 private int mConstellationType; field in GnssAutomaticGainControl.Builder177 mConstellationType = agc.getConstellationType(); in Builder()196 mConstellationType = constellationType; in setConstellationType()[all …]
52 private final int mConstellationType; field in GnssSignalType63 this.mConstellationType = constellationType; in GnssSignalType()71 return mConstellationType; in getConstellationType()108 parcel.writeInt(mConstellationType); in writeToParcel()118 s.append("Constellation=").append(mConstellationType); in toString()135 return mConstellationType == other.mConstellationType in equals()144 return Objects.hash(mConstellationType, mCarrierFrequencyHz, mCodeType); in hashCode()
58 private final int mConstellationType; field in GnssSingleSatCorrection75 mConstellationType = constellationType; in GnssSingleSatCorrection()102 return mConstellationType; in getConstellationType()224 parcel.writeInt(mConstellationType); in writeToParcel()281 && this.mConstellationType == that.mConstellationType in equals()301 mConstellationType, in hashCode()315 builder.append(" ConstellationType=").append(mConstellationType); in toString()343 private int mConstellationType; field in GnssSingleSatCorrection.Builder356 mConstellationType = constellationType; in setConstellationType()491 mConstellationType, in build()
52 private int mConstellationType; field in GnssMeasurement278 mConstellationType = measurement.mConstellationType; in set()346 return mConstellationType; in getConstellationType()355 mConstellationType = value; in setConstellationType()1938 gnssMeasurement.mConstellationType = parcel.readInt();1988 parcel.writeInt(mConstellationType); in writeToParcel()2036 builder.append(String.format(format, "ConstellationType", mConstellationType)); in toString()
22936 Landroid/location/GnssMeasurement;->mConstellationType:I