Home
last modified time | relevance | path

Searched refs:assertOrWarnTrue (Results 1 – 3 of 3) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssLocationValuesTest.java105 softAssert.assertOrWarnTrue(/* strict= */ YEAR_2017_CAPABILITY_ENFORCED, in checkLocationAccuracyFields()
111 softAssert.assertOrWarnTrue(/* strict= */ true, in checkLocationAccuracyFields()
115 softAssert.assertOrWarnTrue(/* strict= */ YEAR_2017_CAPABILITY_ENFORCED, in checkLocationAccuracyFields()
119 softAssert.assertOrWarnTrue(/* strict= */ true, in checkLocationAccuracyFields()
123 softAssert.assertOrWarnTrue(/* strict= */ YEAR_2017_CAPABILITY_ENFORCED, in checkLocationAccuracyFields()
127 softAssert.assertOrWarnTrue(/* strict= */ true, in checkLocationAccuracyFields()
DGnssMeasurementValuesTest.java166 softAssert.assertOrWarnTrue(/* strict= */ YEAR_2017_CAPABILITY_ENFORCED, in testListenForGnssMeasurements()
/cts/tests/location/common/src/android/location/cts/common/
DSoftAssert.java123 assertOrWarnTrue(true, message, condition); in assertTrue()
133 public void assertOrWarnTrue(boolean strict, String message, boolean condition) { in assertOrWarnTrue() method in SoftAssert