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/
DGnssStatusTest.java52 SoftAssert softAssert = new SoftAssert(TAG); in checkGnssChange() local
69 SoftAssert softAssert = new SoftAssert(TAG); in testGnssStatusValues() local
74 validateGnssStatus(testGnssStatusCallback.getGnssStatus(), softAssert); in testGnssStatusValues() local
83 private void validateGnssStatus(GnssStatus status, SoftAssert softAssert) { in validateGnssStatus()
DGnssLocationValuesTest.java73 SoftAssert softAssert = new SoftAssert(TAG); in testAccuracyFields() local
90 public static void checkLocationAccuracyFields(SoftAssert softAssert, in checkLocationAccuracyFields()
143 SoftAssert softAssert = new SoftAssert(TAG); in testLocationRegularFields() local
162 public static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
DGnssLocationRateChangeTest.java81 SoftAssert softAssert = new SoftAssert(TAG); in testVariedRates() local
111 SoftAssert softAssert = new SoftAssert(TAG); in testVariedRatesOnOff() local
142 SoftAssert softAssert = new SoftAssert(TAG); in testVariedRatesRepetitive() local
DGnssTtffTests.java75 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffColdWithWifiOn() local
90 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffHotWithWifiOn() local
128 long threshold, SoftAssert softAssert) throws Exception { in checkTtffByThreshold()
DGnssMeasurementValuesTest.java105 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements() local
131 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
DGnssMeasurementWhenNoLocationTest.java145 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMeasurementWhenNoLocation() local
192 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
DGnssPseudorangeVerificationTest.java130 SoftAssert softAssert = new SoftAssert(TAG); in testPseudorangeValue() local
153 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testPseudorangeValue() local
216 SoftAssert softAssert, long timeInNs) { in validatePseudorange()
DGnssLocationUpdateIntervalTest.java199 SoftAssert softAssert = new SoftAssert(TAG); in validateTimeDriftBetweenUtcTimeAndElapsedRealtime() local
228 SoftAssert softAssert = new SoftAssert(TAG); in validateLocationUpdateInterval() local
267 private static void assertMeanAndStdev(SoftAssert softAssert, String provider, in assertMeanAndStdev()
DGnssMeasurementRegistrationTest.java151 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssMeasurementsReceived() local
DGnssMeasurementsConstellationTest.java97 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMultiConstellationSupported() local
DGnssNavigationMessageTest.java106 SoftAssert softAssert = new SoftAssert(TAG); in testGnssNavigationMessageMandatoryFieldRanges() local
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java151 SoftAssert softAssert, in assertGnssClockFields()
183 public static void assertGnssClockHasConsistentFullBiasNanos(SoftAssert softAssert, in assertGnssClockHasConsistentFullBiasNanos()
223 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementMandatoryFields()
326 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementSystemFields()
345 SoftAssert softAssert, long timeInNs) { in verifyCorrelationVectors()
394 SoftAssert softAssert, long timeInNs) { in verifyAccumulatedDeltaRanges()
439 private static void verifySvid(GnssMeasurement measurement, SoftAssert softAssert, in verifySvid()
447 public static void validateSvidSub(SoftAssert softAssert, Long timeInNs, in validateSvidSub()
529 SoftAssert softAssert, long timeInNs) { in verifyReceivedSatelliteVehicleTimeInNs()
777 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes()
[all …]
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssLocationValuesTest.java110 SoftAssert softAssert = new SoftAssert(TAG); in waitAndValidateLowPowerLocations() local
127 private static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
DGnssMeasurementRegistrationTest.java161 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssMeasurementsReceived() local
DGnssMeasurementValuesTest.java112 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements() local