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

/frameworks/base/location/java/android/location/
H A DGpsSatellite.java20 * This class represents the current state of a GPS satellite.
42 void setStatus(GpsSatellite satellite) { argument
43 mValid = satellite.mValid;
44 mHasEphemeris = satellite.mHasEphemeris;
45 mHasAlmanac = satellite.mHasAlmanac;
46 mUsedInFix = satellite.mUsedInFix;
47 mSnr = satellite.mSnr;
48 mElevation = satellite.mElevation;
49 mAzimuth = satellite.mAzimuth;
53 * Returns the PRN (pseudo-random number) for the satellite
[all...]

Completed in 71 milliseconds