Searched defs:prn (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/location/java/android/location/
H A DGpsSatellite.java38 GpsSatellite(int prn) { argument
39 mPrn = prn;
/frameworks/base/location/tests/locationtests/src/android/location/
H A DGpsStatusTest.java197 int prn = prns[i];
198 GpsSatellite satellite = getSatellite(status, prn);
199 assertNotNull(getSatelliteAssertInfo(i, prn, "non-null"), satellite);
200 assertEquals(getSatelliteAssertInfo(i, prn, "Snr"), cn0s[i], satellite.getSnr());
202 getSatelliteAssertInfo(i, prn, "Elevation"),
206 getSatelliteAssertInfo(i, prn, "Azimuth"),
209 int prnShift = 1 << (prn - 1);
211 getSatelliteAssertInfo(i, prn, "ephemeris"),
215 getSatelliteAssertInfo(i, prn, "almanac"),
219 getSatelliteAssertInfo(i, prn, "usedInFi
344 getSatellite(GpsStatus status, int prn) argument
353 getSatelliteAssertInfo(int index, int prn, String param) argument
[all...]

Completed in 59 milliseconds