Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssAutomaticGainControl.java45 private final int mConstellationType; field in GnssAutomaticGainControl
54 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.Builder
177 mConstellationType = agc.getConstellationType(); in Builder()
196 mConstellationType = constellationType; in setConstellationType()
[all …]
DGnssSignalType.java52 private final int mConstellationType; field in GnssSignalType
63 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()
DGnssSingleSatCorrection.java58 private final int mConstellationType; field in GnssSingleSatCorrection
75 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.Builder
356 mConstellationType = constellationType; in setConstellationType()
491 mConstellationType, in build()
DGnssMeasurement.java52 private int mConstellationType; field in GnssMeasurement
278 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()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt22936 Landroid/location/GnssMeasurement;->mConstellationType:I