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 static void checkLocationAccuracyFields(SoftAssert softAssert, in checkLocationAccuracyFields()
145 SoftAssert softAssert = new SoftAssert(TAG); in testLocationRegularFields() local
164 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.java82 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffColdWithWifiOn() local
97 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffHotWithWifiOn() local
135 long threshold, SoftAssert softAssert) throws Exception { in checkTtffByThreshold()
DGnssMeasurementValuesTest.java108 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements() local
134 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
DGnssMeasurementWhenNoLocationTest.java146 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMeasurementWhenNoLocation() local
193 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
DGnssPseudorangeVerificationTest.java133 SoftAssert softAssert = new SoftAssert(TAG); in testPseudorangeValue() local
156 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testPseudorangeValue() local
219 SoftAssert softAssert, long timeInNs) { in validatePseudorange()
DGnssMeasurementsConstellationTest.java99 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMultiConstellationSupported() local
DGnssLocationUpdateIntervalTest.java218 SoftAssert softAssert = new SoftAssert(TAG); in validateTimeDriftBetweenUtcTimeAndElapsedRealtime() local
247 SoftAssert softAssert = new SoftAssert(TAG); in validateLocationUpdateInterval() local
286 private static void assertMeanAndStdev(SoftAssert softAssert, String provider, in assertMeanAndStdev()
DGnssMeasurementRegistrationTest.java233 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssMeasurementsReceived() local
DGnssNavigationMessageTest.java108 SoftAssert softAssert = new SoftAssert(TAG); in testGnssNavigationMessageMandatoryFieldRanges() local
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java155 SoftAssert softAssert, in assertGnssClockFields()
187 public static void assertGnssClockHasConsistentFullBiasNanos(SoftAssert softAssert, in assertGnssClockHasConsistentFullBiasNanos()
227 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementMandatoryFields()
330 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementSystemFields()
349 SoftAssert softAssert, long timeInNs) { in verifyCorrelationVectors()
398 SoftAssert softAssert, long timeInNs) { in verifyAccumulatedDeltaRanges()
443 private static void verifySvid(GnssMeasurement measurement, SoftAssert softAssert, in verifySvid()
451 public static void validateSvidSub(SoftAssert softAssert, Long timeInNs, in validateSvidSub()
533 SoftAssert softAssert, long timeInNs) { in verifyReceivedSatelliteVehicleTimeInNs()
816 SoftAssert softAssert, long timeInNs, int state, String constellationType) { 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