Searched refs:mConstellationType (Results 1 – 5 of 5) sorted by relevance
74 private final int mConstellationType; field in GnssSingleSatCorrection125 mConstellationType = builder.mConstellationType; in GnssSingleSatCorrection()150 return mConstellationType; in getConstellationType()277 builder.append(String.format(format, "ConstellationType = ", mConstellationType)); in toString()296 parcel.writeInt(mConstellationType); in writeToParcel()316 private int mConstellationType; field in GnssSingleSatCorrection.Builder328 mConstellationType = constellationType; in setConstellationType()
34 private int mConstellationType; field in GnssMeasurement237 mConstellationType = measurement.mConstellationType; in set()296 return mConstellationType; in getConstellationType()305 mConstellationType = value; in setConstellationType()1384 gnssMeasurement.mConstellationType = parcel.readInt();1417 parcel.writeInt(mConstellationType); in writeToParcel()1450 builder.append(String.format(format, "ConstellationType", mConstellationType)); in toString()
45 public int mConstellationType; field in SatelliteInfo63 this.mConstellationType = constellationType; in SatelliteInfo()
92 assertEquals(TAG + "::ConstellationType", svInfo.mConstellationType, in verifyGnssStatus()
35398 Landroid/location/GnssMeasurement;->mConstellationType:I