Searched refs:satIndex (Results 1 – 1 of 1) sorted by relevance
138 public int getConstellationType(int satIndex) { in getConstellationType() argument139 return ((mSvidWithFlags[satIndex] >> CONSTELLATION_TYPE_SHIFT_WIDTH) in getConstellationType()168 public int getSvid(int satIndex) { in getSvid() argument169 return mSvidWithFlags[satIndex] >> SVID_SHIFT_WIDTH; in getSvid()178 public float getCn0DbHz(int satIndex) { in getCn0DbHz() argument179 return mCn0DbHz[satIndex]; in getCn0DbHz()187 public float getElevationDegrees(int satIndex) { in getElevationDegrees() argument188 return mElevations[satIndex]; in getElevationDegrees()196 public float getAzimuthDegrees(int satIndex) { in getAzimuthDegrees() argument197 return mAzimuths[satIndex]; in getAzimuthDegrees()[all …]