Searched defs:softAssert (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/location/src/android/location/cts/ |
D | GnssLocationValuesTest.java | 67 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()
|
D | GnssStatusTest.java | 66 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()
|
D | TestMeasurementUtil.java | 146 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
|
D | GnssMeasurementValuesTest.java | 109 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements() local 119 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
|
D | GnssPseudorangeVerificationTest.java | 124 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()
|
D | GnssTtffTests.java | 63 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()
|
D | GnssMeasurementWhenNoLocationTest.java | 171 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMeasurementWhenNoLocation() local 179 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
|
D | GnssMeasurementsConstellationTest.java | 103 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMultiConstellationSupported() local
|