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;
82 SoftAssert softAssert = new SoftAssert(TAG); in testVariedRates()
112 SoftAssert softAssert = new SoftAssert(TAG); in testVariedRatesOnOff()
143 SoftAssert softAssert = new SoftAssert(TAG); in testVariedRatesRepetitive()
DGnssLocationValuesTest.java21 import android.location.cts.common.SoftAssert;
75 SoftAssert softAssert = new SoftAssert(TAG); in testAccuracyFields()
92 public static void checkLocationAccuracyFields(SoftAssert softAssert, in checkLocationAccuracyFields()
145 SoftAssert softAssert = new SoftAssert(TAG); in testLocationRegularFields()
164 public static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
DGnssTtffTests.java4 import android.location.cts.common.SoftAssert;
82 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffColdWithWifiOn()
97 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffHotWithWifiOn()
135 long threshold, SoftAssert softAssert) throws Exception { in checkTtffByThreshold()
DGnssStatusTest.java10 import android.location.cts.common.SoftAssert;
81 SoftAssert softAssert = new SoftAssert(TAG); in checkGnssChange()
106 SoftAssert softAssert = new SoftAssert(TAG); in testGnssStatusValues()
125 private void validateGnssStatus(GnssStatus status, SoftAssert softAssert) { in validateGnssStatus()
DGnssMeasurementsConstellationTest.java23 import android.location.cts.common.SoftAssert;
99 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMultiConstellationSupported()
DGnssLocationUpdateIntervalTest.java25 import android.location.cts.common.SoftAssert;
218 SoftAssert softAssert = new SoftAssert(TAG); in validateTimeDriftBetweenUtcTimeAndElapsedRealtime()
247 SoftAssert softAssert = new SoftAssert(TAG); in validateLocationUpdateInterval()
286 private static void assertMeanAndStdev(SoftAssert softAssert, String provider, in assertMeanAndStdev()
DGnssMeasurementRegistrationTest.java27 import android.location.cts.common.SoftAssert;
217 SoftAssert.failAsWarning( in verifyGnssMeasurementsReceived()
233 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssMeasurementsReceived()
DTestGnssNavigationMessageListener.java20 import android.location.cts.common.SoftAssert;
89 SoftAssert.failAsWarning(mTag, "GnssNavigationMessage is not supported in the" in verifyState()
DGnssNavigationMessageTest.java21 import android.location.cts.common.SoftAssert;
108 SoftAssert softAssert = new SoftAssert(TAG); in testGnssNavigationMessageMandatoryFieldRanges()
DGnssMeasurementWhenNoLocationTest.java23 import android.location.cts.common.SoftAssert;
146 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMeasurementWhenNoLocation()
DGnssMeasurementValuesTest.java22 import android.location.cts.common.SoftAssert;
108 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements()
DGnssNavigationMessageRegistrationTest.java21 import android.location.cts.common.SoftAssert;
149 SoftAssert.failAsWarning( in testGnssNavigationMessageRegistration()
DGnssPseudorangeVerificationTest.java24 import android.location.cts.common.SoftAssert;
133 SoftAssert softAssert = new SoftAssert(TAG); in testPseudorangeValue()
219 SoftAssert softAssert, long timeInNs) { in validatePseudorange()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementRegistrationTest.java25 import android.location.cts.common.SoftAssert;
147 SoftAssert.failAsWarning( in verifyGnssMeasurementsReceived()
163 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssMeasurementsReceived()
DGnssLocationValuesTest.java22 import android.location.cts.common.SoftAssert;
112 SoftAssert softAssert = new SoftAssert(TAG); in waitAndValidateLowPowerLocations()
129 private static void checkLocationRegularFields(SoftAssert softAssert, Location location, in checkLocationRegularFields()
DGnssMeasurementValuesTest.java11 import android.location.cts.common.SoftAssert;
114 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements()
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java122 SoftAssert.failOrWarning(true, " GPS location disabled on the device. " in canTestRunOnCurrentDevice()
155 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()
[all …]
DSoftAssert.java32 public class SoftAssert { class
37 public SoftAssert(String source) { in SoftAssert() method in SoftAssert