Home
last modified time | relevance | path

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

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationValuesTest.java75 SoftAssert softAssert = new SoftAssert(TAG); in testAccuracyFields() local
92 public void checkLocationAccuracyFields(SoftAssert softAssert, in checkLocationAccuracyFields()
150 SoftAssert softAssert = new SoftAssert(TAG); in testLocationRegularFields() local
169 public static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
DGnssStatusTest.java81 SoftAssert softAssert = new SoftAssert(TAG); in checkGnssChange() local
106 SoftAssert softAssert = new SoftAssert(TAG); in testGnssStatusValues() local
111 validateGnssStatus(testGnssStatusCallback.getGnssStatus(), softAssert); in testGnssStatusValues() local
125 private void validateGnssStatus(GnssStatus status, SoftAssert softAssert) { in validateGnssStatus()
DGnssLocationRateChangeTest.java82 SoftAssert softAssert = new SoftAssert(TAG); in testVariedRates() local
112 SoftAssert softAssert = new SoftAssert(TAG); in testVariedRatesOnOff() local
143 SoftAssert softAssert = new SoftAssert(TAG); in testVariedRatesRepetitive() local
DGnssTtffTests.java89 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffColdWithWifiOn() local
104 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffHotWithWifiOn() local
142 long threshold, SoftAssert softAssert) throws Exception { in checkTtffByThreshold()
DGnssMeasurementValuesTest.java109 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements() local
149 event.getClock(), softAssert, /* asWarning= */ isAutomotive, timeInNs); in testListenForGnssMeasurements() local
DGnssPseudorangeVerificationTest.java133 SoftAssert softAssert = new SoftAssert(TAG); in testPseudorangeValue() local
166 event.getClock(), softAssert, /* asWarning= */ isAutomotive, timeInNs); in testPseudorangeValue() local
232 SoftAssert softAssert, in validatePseudorange()
295 SoftAssert softAssert = new SoftAssert(TAG); in testPseudoPosition() local
DGnssMeasurementWhenNoLocationTest.java146 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMeasurementWhenNoLocation() local
194 firstEvent.getClock(), softAssert, /* asWarning= */ false, timeInNs); in testGnssMeasurementWhenNoLocation() local
DGnssMeasurementsConstellationTest.java99 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMultiConstellationSupported() local
DGnssLocationUpdateIntervalTest.java212 SoftAssert softAssert = new SoftAssert(TAG); in validateTimeDriftBetweenUtcTimeAndElapsedRealtime() local
241 SoftAssert softAssert = new SoftAssert(TAG); in validateLocationUpdateInterval() local
280 private static void assertMeanAndStdev(SoftAssert softAssert, String provider, in assertMeanAndStdev()
DGnssMeasurementRegistrationTest.java236 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssMeasurementsReceived() local
DGnssNavigationMessageTest.java109 SoftAssert softAssert = new SoftAssert(TAG); in testGnssNavigationMessageMandatoryFieldRanges() local
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java165 GnssClock clock, SoftAssert softAssert, boolean asWarning, long timeInNs) { in assertGnssClockFields()
200 public static void assertGnssClockHasConsistentFullBiasNanos(SoftAssert softAssert, in assertGnssClockHasConsistentFullBiasNanos()
241 SoftAssert softAssert, in assertAllGnssMeasurementMandatoryFields()
361 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementSystemFields()
380 SoftAssert softAssert, long timeInNs) { in verifyCorrelationVectors()
429 GnssMeasurement measurement, SoftAssert softAssert, boolean asWarning, long timeInNs) { in verifyAccumulatedDeltaRanges()
483 GnssMeasurement measurement, SoftAssert softAssert, boolean asWarning, long timeInNs) { in verifySvid()
491 SoftAssert softAssert, in validateSvidSub()
586 GnssMeasurement measurement, SoftAssert softAssert, boolean asWarning, long timeInNs) { in verifyReceivedSatelliteVehicleTimeInNs()
921 SoftAssert softAssert, in verifyGpsQzssSvTimes()
[all …]
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssLocationValuesTest.java112 SoftAssert softAssert = new SoftAssert(TAG); in waitAndValidateLowPowerLocations() local
129 private static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
DGnssMeasurementRegistrationTest.java163 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssMeasurementsReceived() local
DGnssMeasurementValuesTest.java114 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements() local