Searched refs:satIndex (Results 1 – 1 of 1) sorted by relevance
130 public int getConstellationType(int satIndex) { in getConstellationType() argument131 return ((mSvidWithFlags[satIndex] >> CONSTELLATION_TYPE_SHIFT_WIDTH) in getConstellationType()160 public int getSvid(int satIndex) { in getSvid() argument161 return mSvidWithFlags[satIndex] >> SVID_SHIFT_WIDTH; in getSvid()170 public float getCn0DbHz(int satIndex) { in getCn0DbHz() argument171 return mCn0DbHz[satIndex]; in getCn0DbHz()179 public float getElevationDegrees(int satIndex) { in getElevationDegrees() argument180 return mElevations[satIndex]; in getElevationDegrees()188 public float getAzimuthDegrees(int satIndex) { in getAzimuthDegrees() argument189 return mAzimuths[satIndex]; in getAzimuthDegrees()[all …]