Searched refs:constellationType (Results 1 – 6 of 6) sorted by relevance
158 final int constellationType = in setStatus() local168 if (constellationType == GnssStatus.CONSTELLATION_GLONASS) { in setStatus()170 } else if (constellationType == GnssStatus.CONSTELLATION_BEIDOU) { in setStatus()172 } else if (constellationType == GnssStatus.CONSTELLATION_SBAS) { in setStatus()174 } else if ((constellationType != GnssStatus.CONSTELLATION_GPS) && in setStatus()175 (constellationType != GnssStatus.CONSTELLATION_QZSS)) { in setStatus()
267 public static String constellationTypeToString(@ConstellationType int constellationType) { in constellationTypeToString() argument268 switch (constellationType) { in constellationTypeToString()286 return Integer.toString(constellationType); in constellationTypeToString()
327 @GnssStatus.ConstellationType int constellationType) { in setConstellationType()328 mConstellationType = constellationType; in setConstellationType()
51 public SatelliteInfo(int svid, int constellationType, boolean hasEphemris, boolean hasAlmanac, in SatelliteInfo() argument55 … setRange(mSvidWithFlag, constellationType, CONSTELLATION_TYPE_SHIFT_WIDTH, SVID_SHIFT_WIDTH); in SatelliteInfo()63 this.mConstellationType = constellationType; in SatelliteInfo()
168 public void logConstellationType(int constellationType) { in logConstellationType() argument169 if (constellationType >= mConstellationTypes.length) { in logConstellationType()170 Log.e(TAG, "Constellation type " + constellationType + " is not valid."); in logConstellationType()173 mConstellationTypes[constellationType] = true; in logConstellationType()
1497 int constellationType = in handleReportSvStatus() local1500 mGnssMetrics.logConstellationType(constellationType); in handleReportSvStatus()