Searched defs:softAssert (Results 1 – 4 of 4) sorted by relevance
| /cts/tests/tests/location/src/android/location/cts/ |
| D | TestMeasurementUtil.java | 127 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
|
| D | GnssMeasurementValuesTest.java | 109 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements() local 119 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
|
| D | GnssMeasurementWhenNoLocationTest.java | 166 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMeasurementWhenNoLocation() local 174 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
|
| D | GnssMeasurementsConstellationTest.java | 103 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMultiConstellationSupported() local
|