Home
last modified time | relevance | path

Searched defs:softAssert (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/
DTestMeasurementUtil.java127 SoftAssert softAssert, in assertGnssClockFields()
158 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementMandatoryFields()
263 SoftAssert softAssert, long timeInNs) { in verifyAccumulatedDeltaRanges()
299 private static void verifySvid(GnssMeasurement measurement, SoftAssert softAssert, in verifySvid()
394 SoftAssert softAssert, long timeInNs) { in verifyReceivedSatelliteVehicleTimeInNs()
615 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes()
670 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssNavMessageMandatoryField() local
DGnssMeasurementValuesTest.java109 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements() local
119 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
DGnssMeasurementWhenNoLocationTest.java166 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMeasurementWhenNoLocation() local
174 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
DGnssMeasurementsConstellationTest.java103 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMultiConstellationSupported() local