Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssSingleSatCorrection.java74 private final int mConstellationType; field in GnssSingleSatCorrection
125 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.Builder
328 mConstellationType = constellationType; in setConstellationType()
DGnssMeasurement.java34 private int mConstellationType; field in GnssMeasurement
237 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()
/frameworks/base/location/tests/locationtests/src/android/location/
DSatelliteInfo.java45 public int mConstellationType; field in SatelliteInfo
63 this.mConstellationType = constellationType; in SatelliteInfo()
DGnssStatusTest.java92 assertEquals(TAG + "::ConstellationType", svInfo.mConstellationType, in verifyGnssStatus()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt35398 Landroid/location/GnssMeasurement;->mConstellationType:I