Searched refs:mConstellationType (Results 1 – 1 of 1) sorted by relevance
33 private int mConstellationType; field in GnssMeasurement167 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()