Home
last modified time | relevance | path

Searched refs:SoftAssert (Results 1 – 18 of 18) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationRateChangeTest.java20 import android.location.cts.common.SoftAssert;
81 SoftAssert softAssert = new SoftAssert(TAG); in testVariedRates()
111 SoftAssert softAssert = new SoftAssert(TAG); in testVariedRatesOnOff()
142 SoftAssert softAssert = new SoftAssert(TAG); in testVariedRatesRepetitive()
DGnssLocationValuesTest.java21 import android.location.cts.common.SoftAssert;
73 SoftAssert softAssert = new SoftAssert(TAG); in testAccuracyFields()
90 public static void checkLocationAccuracyFields(SoftAssert softAssert, in checkLocationAccuracyFields()
143 SoftAssert softAssert = new SoftAssert(TAG); in testLocationRegularFields()
162 public static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
DGnssTtffTests.java4 import android.location.cts.common.SoftAssert;
75 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffColdWithWifiOn()
90 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffHotWithWifiOn()
128 long threshold, SoftAssert softAssert) throws Exception { in checkTtffByThreshold()
DGnssStatusTest.java5 import android.location.cts.common.SoftAssert;
52 SoftAssert softAssert = new SoftAssert(TAG); in checkGnssChange()
69 SoftAssert softAssert = new SoftAssert(TAG); in testGnssStatusValues()
83 private void validateGnssStatus(GnssStatus status, SoftAssert softAssert) { in validateGnssStatus()
DGnssMeasurementRegistrationTest.java24 import android.location.cts.common.SoftAssert;
135 SoftAssert.failAsWarning( in verifyGnssMeasurementsReceived()
151 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssMeasurementsReceived()
DGnssLocationUpdateIntervalTest.java22 import android.location.cts.common.SoftAssert;
199 SoftAssert softAssert = new SoftAssert(TAG); in validateTimeDriftBetweenUtcTimeAndElapsedRealtime()
228 SoftAssert softAssert = new SoftAssert(TAG); in validateLocationUpdateInterval()
267 private static void assertMeanAndStdev(SoftAssert softAssert, String provider, in assertMeanAndStdev()
DGnssMeasurementsConstellationTest.java23 import android.location.cts.common.SoftAssert;
97 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMultiConstellationSupported()
DGnssNavigationMessageTest.java21 import android.location.cts.common.SoftAssert;
106 SoftAssert softAssert = new SoftAssert(TAG); in testGnssNavigationMessageMandatoryFieldRanges()
DGnssMeasurementValuesTest.java22 import android.location.cts.common.SoftAssert;
105 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements()
DTestGnssNavigationMessageListener.java20 import android.location.cts.common.SoftAssert;
89 SoftAssert.failAsWarning(mTag, "GnssNavigationMessage is not supported in the" in verifyState()
DGnssMeasurementWhenNoLocationTest.java29 import android.location.cts.common.SoftAssert;
145 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMeasurementWhenNoLocation()
DGnssNavigationMessageRegistrationTest.java21 import android.location.cts.common.SoftAssert;
146 SoftAssert.failAsWarning( in testGnssNavigationMessageRegistration()
DGnssPseudorangeVerificationTest.java24 import android.location.cts.common.SoftAssert;
130 SoftAssert softAssert = new SoftAssert(TAG); in testPseudorangeValue()
216 SoftAssert softAssert, long timeInNs) { in validatePseudorange()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementRegistrationTest.java25 import android.location.cts.common.SoftAssert;
145 SoftAssert.failAsWarning( in verifyGnssMeasurementsReceived()
161 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssMeasurementsReceived()
DGnssLocationValuesTest.java22 import android.location.cts.common.SoftAssert;
110 SoftAssert softAssert = new SoftAssert(TAG); in waitAndValidateLowPowerLocations()
127 private static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
DGnssMeasurementValuesTest.java11 import android.location.cts.common.SoftAssert;
112 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements()
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java118 SoftAssert.failOrWarning(true, " GPS location disabled on the device. " in canTestRunOnCurrentDevice()
151 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()
[all …]
DSoftAssert.java32 public class SoftAssert { class
37 public SoftAssert(String source) { in SoftAssert() method in SoftAssert