/cts/tests/location/location_gnss/src/android/location/cts/gnss/ |
D | GnssLocationRateChangeTest.java | 20 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()
|
D | GnssLocationValuesTest.java | 21 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()
|
D | GnssTtffTests.java | 4 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()
|
D | GnssStatusTest.java | 10 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()
|
D | GnssMeasurementsConstellationTest.java | 23 import android.location.cts.common.SoftAssert; 99 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMultiConstellationSupported()
|
D | GnssLocationUpdateIntervalTest.java | 25 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()
|
D | GnssMeasurementRegistrationTest.java | 27 import android.location.cts.common.SoftAssert; 217 SoftAssert.failAsWarning( in verifyGnssMeasurementsReceived() 233 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssMeasurementsReceived()
|
D | TestGnssNavigationMessageListener.java | 20 import android.location.cts.common.SoftAssert; 89 SoftAssert.failAsWarning(mTag, "GnssNavigationMessage is not supported in the" in verifyState()
|
D | GnssNavigationMessageTest.java | 21 import android.location.cts.common.SoftAssert; 108 SoftAssert softAssert = new SoftAssert(TAG); in testGnssNavigationMessageMandatoryFieldRanges()
|
D | GnssMeasurementWhenNoLocationTest.java | 23 import android.location.cts.common.SoftAssert; 146 SoftAssert softAssert = new SoftAssert(TAG); in testGnssMeasurementWhenNoLocation()
|
D | GnssMeasurementValuesTest.java | 22 import android.location.cts.common.SoftAssert; 108 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements()
|
D | GnssNavigationMessageRegistrationTest.java | 21 import android.location.cts.common.SoftAssert; 149 SoftAssert.failAsWarning( in testGnssNavigationMessageRegistration()
|
D | GnssPseudorangeVerificationTest.java | 24 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/ |
D | GnssMeasurementRegistrationTest.java | 25 import android.location.cts.common.SoftAssert; 147 SoftAssert.failAsWarning( in verifyGnssMeasurementsReceived() 163 SoftAssert softAssert = new SoftAssert(TAG); in verifyGnssMeasurementsReceived()
|
D | GnssLocationValuesTest.java | 22 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()
|
D | GnssMeasurementValuesTest.java | 11 import android.location.cts.common.SoftAssert; 114 SoftAssert softAssert = new SoftAssert(TAG); in testListenForGnssMeasurements()
|
/cts/tests/location/common/src/android/location/cts/common/ |
D | TestMeasurementUtil.java | 122 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 …]
|
D | SoftAssert.java | 32 public class SoftAssert { class 37 public SoftAssert(String source) { in SoftAssert() method in SoftAssert
|