Searched refs:mSvid (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/location/java/android/location/
H A DGnssNavigationMessage.java132 private int mSvid; field in class:GnssNavigationMessage
153 mSvid = navigationMessage.mSvid;
223 return mSvid;
232 mSvid = value;
396 parcel.writeInt(mSvid);
415 builder.append(String.format(format, "Svid", mSvid));
434 mSvid = 0;
H A DGnssMeasurement.java32 private int mSvid; field in class:GnssMeasurement
230 mSvid = measurement.mSvid;
269 return mSvid;
278 mSvid = value;
1066 gnssMeasurement.mSvid = parcel.readInt();
1098 parcel.writeInt(mSvid);
1130 builder.append(String.format(format, "Svid", mSvid));
/frameworks/base/location/tests/locationtests/src/android/location/
H A DSatelliteInfo.java34 public int mSvid; field in class:SatelliteInfo
62 this.mSvid = svid;
H A DGnssStatusTest.java91 assertEquals(TAG + "::Svid", svInfo.mSvid, gnssStatus.getSvid(i));

Completed in 75 milliseconds