Searched refs:constellationType (Results 1 – 4 of 4) sorted by relevance
/cts/tests/location/location_gnss/src/android/location/cts/gnss/ |
D | GnssMeasurementsConstellationTest.java | 115 int constellationType = 0; in testGnssMultiConstellationSupported() local 117 constellationType = measurement.getConstellationType(); in testGnssMultiConstellationSupported() 121 if (constellationType != GnssStatus.CONSTELLATION_GPS in testGnssMultiConstellationSupported() 122 && constellationType != GnssStatus.CONSTELLATION_UNKNOWN) { in testGnssMultiConstellationSupported() 134 String.valueOf(constellationType), in testGnssMultiConstellationSupported()
|
D | GnssPseudorangeVerificationTest.java | 183 int constellationType = measurement.getConstellationType(); in groupByConstellation() local 184 if (!measurementConstellationMap.containsKey(constellationType)) { in groupByConstellation() 185 measurementConstellationMap.put(constellationType, new ArrayList<>()); in groupByConstellation() 187 measurementConstellationMap.get(constellationType).add(measurement); in groupByConstellation() 196 int constellationType = measurement.getConstellationType(); in filterMeasurements() local 200 if (constellationType == GnssStatus.CONSTELLATION_GLONASS) { in filterMeasurements() 232 int constellationType = measurement.getConstellationType(); in validatePseudorange() local 234 if (constellationType == GnssStatus.CONSTELLATION_BEIDOU in validatePseudorange() 235 || constellationType == GnssStatus.CONSTELLATION_QZSS) { in validatePseudorange()
|
/cts/tests/location/common/src/android/location/cts/common/ |
D | TestGnssMeasurementListener.java | 106 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()
|
D | TestMeasurementUtil.java | 446 int constellationType = measurement.getConstellationType(); in verifySvid() local 448 validateSvidSub(softAssert, timeInNs, constellationType, svid); in verifySvid() 452 int constellationType, int svid) { in validateSvidSub() argument 456 switch (constellationType) { in validateSvidSub() 535 int constellationType = measurement.getConstellationType(); in verifyReceivedSatelliteVehicleTimeInNs() local 553 switch (constellationType) { in verifyReceivedSatelliteVehicleTimeInNs() 800 private static String getReceivedSvTimeNsLogMessage(String state, String constellationType) { in getReceivedSvTimeNsLogMessage() argument 802 + constellationType + ". State = " + state; in getReceivedSvTimeNsLogMessage() 816 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes() argument 827 constellationType), in verifyGpsQzssSvTimes() [all …]
|