Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssMeasurement.java33 private int mConstellationType; field in GnssMeasurement
167 mConstellationType = measurement.mConstellationType; in set()
224 return mConstellationType; in getConstellationType()
233 mConstellationType = value; in setConstellationType()
856 gnssMeasurement.mConstellationType = parcel.readInt();
887 parcel.writeInt(mConstellationType); in writeToParcel()
918 builder.append(String.format(format, "ConstellationType", mConstellationType)); in toString()