Home
last modified time | relevance | path

Searched refs:constellationType (Results 1 – 4 of 4) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssMeasurementsConstellationTest.java113 int constellationType = 0; in testGnssMultiConstellationSupported() local
115 constellationType = measurement.getConstellationType(); in testGnssMultiConstellationSupported()
119 if (constellationType != GnssStatus.CONSTELLATION_GPS in testGnssMultiConstellationSupported()
120 && constellationType != GnssStatus.CONSTELLATION_UNKNOWN) { in testGnssMultiConstellationSupported()
132 String.valueOf(constellationType), in testGnssMultiConstellationSupported()
DGnssPseudorangeVerificationTest.java180 int constellationType = measurement.getConstellationType(); in groupByConstellation() local
181 if (!measurementConstellationMap.containsKey(constellationType)) { in groupByConstellation()
182 measurementConstellationMap.put(constellationType, new ArrayList<>()); in groupByConstellation()
184 measurementConstellationMap.get(constellationType).add(measurement); in groupByConstellation()
193 int constellationType = measurement.getConstellationType(); in filterMeasurements() local
197 if (constellationType == GnssStatus.CONSTELLATION_GLONASS) { in filterMeasurements()
229 int constellationType = measurement.getConstellationType(); in validatePseudorange() local
231 if (constellationType == GnssStatus.CONSTELLATION_BEIDOU in validatePseudorange()
232 || constellationType == GnssStatus.CONSTELLATION_QZSS) { in validatePseudorange()
/cts/tests/location/common/src/android/location/cts/common/
DTestGnssMeasurementListener.java106 int constellationType = gnssMeasurement.getConstellationType(); in onGnssMeasurementsReceived() local
112 if (constellationEventCount.containsKey(constellationType)) { in onGnssMeasurementsReceived()
113 constellationEventCount.put(constellationType, in onGnssMeasurementsReceived()
114 constellationEventCount.get(constellationType) + 1); in onGnssMeasurementsReceived()
117 constellationEventCount.put(constellationType, 1); in onGnssMeasurementsReceived()
119 if (constellationEventCount.get(constellationType) >= 4) { in onGnssMeasurementsReceived()
DTestMeasurementUtil.java442 int constellationType = measurement.getConstellationType(); in verifySvid() local
444 validateSvidSub(softAssert, timeInNs, constellationType, svid); in verifySvid()
448 int constellationType, int svid) { in validateSvidSub() argument
452 switch (constellationType) { in validateSvidSub()
531 int constellationType = measurement.getConstellationType(); in verifyReceivedSatelliteVehicleTimeInNs() local
549 switch (constellationType) { in verifyReceivedSatelliteVehicleTimeInNs()
761 private static String getReceivedSvTimeNsLogMessage(String state, String constellationType) { in getReceivedSvTimeNsLogMessage() argument
763 + constellationType + ". State = " + state; in getReceivedSvTimeNsLogMessage()
777 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes() argument
788 constellationType), in verifyGpsQzssSvTimes()
[all …]