Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DGnssLocationValuesTest.java67 SoftAssert softAssert = new SoftAssert(TAG); in testAccuracyFields() local
84 public static void checkLocationAccuracyFields(SoftAssert softAssert, in checkLocationAccuracyFields()
135 SoftAssert softAssert = new SoftAssert(TAG); in testLocationRegularFields() local
143 public static void checkLocationRegularFields(SoftAssert softAssert, Location location) { in checkLocationRegularFields()
DGnssStatusTest.java66 SoftAssert softAssert = new SoftAssert(TAG); in testGnssStatusValues() local
71 validateGnssStatus(testGnssStatusCallback.getGnssStatus(), softAssert); in testGnssStatusValues() local
80 public static void validateGnssStatus(GnssStatus status, SoftAssert softAssert) { in validateGnssStatus()
DTestMeasurementUtil.java146 SoftAssert softAssert, in assertGnssClockFields()
177 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementMandatoryFields()
287 SoftAssert softAssert, long timeInNs) { in verifyAccumulatedDeltaRanges()
323 private static void verifySvid(GnssMeasurement measurement, SoftAssert softAssert, in verifySvid()
332 public static void validateSvidSub(SoftAssert softAssert, Long timeInNs, in validateSvidSub()
424 SoftAssert softAssert, long timeInNs) { in verifyReceivedSatelliteVehicleTimeInNs()
663 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes()
720 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
DGnssPseudorangeVerificationTest.java124 SoftAssert softAssert = new SoftAssert(TAG); in testPseudorangeValue() local
133 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testPseudorangeValue() local
175 SoftAssert softAssert, long timeInNs) { in validatePseudorange()
DGnssTtffTests.java63 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffWarmWithWifiOn() local
78 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffHotWithWifiOn() local
116 long threshold, SoftAssert softAssert) throws Exception { in checkTtffByThreshold()
DGnssMeasurementWhenNoLocationTest.java171 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMeasurementWhenNoLocation() local
179 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
DGnssMeasurementsConstellationTest.java103 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMultiConstellationSupported() local