Home
last modified time | relevance | path

Searched defs:constellationType (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/
DGnssMeasurementsConstellationTest.java116 int constellationType = 0; in testGnssMultiConstellationSupported() local
DTestMeasurementUtil.java303 int constellationType = measurement.getConstellationType(); in verifySvid() local
396 int constellationType = measurement.getConstellationType(); in verifyReceivedSatelliteVehicleTimeInNs() local
599 private static String getReceivedSvTimeNsLogMessage(String constellationType, String state) { in getReceivedSvTimeNsLogMessage()
615 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes()