Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DGnssLocationValuesTest.java67 SoftAssert softAssert = new SoftAssert(TAG); in testAccuracyFields()
70 SoftAssert.failOrWarning(isMeasurementTestStrict(), in testAccuracyFields()
84 public static void checkLocationAccuracyFields(SoftAssert softAssert, in checkLocationAccuracyFields()
129 SoftAssert.failOrWarning(isMeasurementTestStrict(), in testLocationRegularFields()
135 SoftAssert softAssert = new SoftAssert(TAG); in testLocationRegularFields()
143 public static void checkLocationRegularFields(SoftAssert softAssert, Location location) { in checkLocationRegularFields()
DGnssTtffTests.java63 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffWarmWithWifiOn()
78 SoftAssert softAssert = new SoftAssert(TAG); in checkTtffHotWithWifiOn()
116 long threshold, SoftAssert softAssert) throws Exception { in checkTtffByThreshold()
135 SoftAssert.failOrWarning(isMeasurementTestStrict(), in checkTtffByThreshold()
DGnssPseudorangeVerificationTest.java103 SoftAssert.failOrWarning(isMeasurementTestStrict(), in testPseudorangeValue()
120 SoftAssert.failOrWarning(isMeasurementTestStrict(), in testPseudorangeValue()
124 SoftAssert softAssert = new SoftAssert(TAG); in testPseudorangeValue()
144 SoftAssert.failOrWarning(isMeasurementTestStrict(), in testPseudorangeValue()
175 SoftAssert softAssert, long timeInNs) { in validatePseudorange()
DGnssMeasurementWhenNoLocationTest.java131 SoftAssert.failOrWarning(isMeasurementTestStrict(), in testGnssMeasurementWhenNoLocation()
139 SoftAssert.failOrWarning(isMeasurementTestStrict(), "No measurement events received", in testGnssMeasurementWhenNoLocation()
146 SoftAssert.failOrWarning(isMeasurementTestStrict(), in testGnssMeasurementWhenNoLocation()
171 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMeasurementWhenNoLocation()
DGnssMeasurementValuesTest.java88 SoftAssert.failOrWarning(isMeasurementTestStrict(), in testListenForGnssMeasurements()
105 SoftAssert.failOrWarning(isMeasurementTestStrict(), in testListenForGnssMeasurements()
109 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements()
DGnssStatusTest.java49 SoftAssert.failOrWarning(isMeasurementTestStrict(), in checkGnssChange()
66 SoftAssert softAssert = new SoftAssert(TAG); in testGnssStatusValues()
80 public static void validateGnssStatus(GnssStatus status, SoftAssert softAssert) { in validateGnssStatus()
DGnssMeasurementsConstellationTest.java99 SoftAssert.failOrWarning(isMeasurementTestStrict(), in testGnssMultiConstellationSupported()
103 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMultiConstellationSupported()
DTestMeasurementUtil.java108 SoftAssert.failOrWarning(isCtsVerifier, " GPS location disabled on the device. " + in canTestRunOnCurrentDevice()
146 SoftAssert softAssert, in assertGnssClockFields()
177 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementMandatoryFields()
287 SoftAssert softAssert, long timeInNs) { in verifyAccumulatedDeltaRanges()
323 private static void verifySvid(GnssMeasurement measurement, SoftAssert softAssert, in verifySvid()
332 public static void validateSvidSub(SoftAssert softAssert, Long timeInNs, in validateSvidSub()
424 SoftAssert softAssert, long timeInNs) { in verifyReceivedSatelliteVehicleTimeInNs()
663 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes()
720 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssNavMessageMandatoryField()
DGnssMeasurementRegistrationTest.java108 SoftAssert.failAsWarning( in testGnssMeasurementRegistration()
125 SoftAssert.failOrWarning(isMeasurementTestStrict(), in testGnssMeasurementRegistration()
DTestGnssMeasurementListener.java95 SoftAssert.failAsWarning(mTag, message); in verifyStatus()
106 SoftAssert.failAsWarning(mTag, message); in verifyStatus()
DSoftAssert.java32 public class SoftAssert { class
37 SoftAssert(String source) { in SoftAssert() method in SoftAssert
DTestGnssNavigationMessageListener.java88 SoftAssert.failAsWarning(mTag, "GnssNavigationMessage is not supported in the" in verifyState()
DGnssNavigationMessageRegistrationTest.java135 SoftAssert.failAsWarning( in testGnssNavigationMessageRegistration()
DGnssNavigationMessageTest.java87 SoftAssert.failOrWarning(isMeasurementTestStrict(), in testGnssNavigationMessageMandatoryFieldRanges()