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

/frameworks/base/location/java/android/location/
H A DGnssStatus.java127 * @param satIndex the index of the satellite in the list.
130 public int getConstellationType(int satIndex) { argument
131 return ((mSvidWithFlags[satIndex] >> CONSTELLATION_TYPE_SHIFT_WIDTH)
158 * @param satIndex the index of the satellite in the list.
160 public int getSvid(int satIndex) { argument
161 return mSvidWithFlags[satIndex] >> SVID_SHIFT_WIDTH;
168 * @param satIndex the index of the satellite in the list.
170 public float getCn0DbHz(int satIndex) { argument
171 return mCn0DbHz[satIndex];
177 * @param satIndex th
179 getElevationDegrees(int satIndex) argument
188 getAzimuthDegrees(int satIndex) argument
197 hasEphemerisData(int satIndex) argument
206 hasAlmanacData(int satIndex) argument
216 usedInFix(int satIndex) argument
225 hasCarrierFrequencyHz(int satIndex) argument
246 getCarrierFrequencyHz(int satIndex) argument
[all...]

Completed in 64 milliseconds