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.java107 softAssert.assertOrWarnTrue(/* strict= */ YEAR_2017_CAPABILITY_ENFORCED, in checkLocationAccuracyFields()
113 softAssert.assertOrWarnTrue(/* strict= */ true, in checkLocationAccuracyFields()
117 softAssert.assertOrWarnTrue(/* strict= */ YEAR_2017_CAPABILITY_ENFORCED, in checkLocationAccuracyFields()
121 softAssert.assertOrWarnTrue(/* strict= */ true, in checkLocationAccuracyFields()
125 softAssert.assertOrWarnTrue(/* strict= */ YEAR_2017_CAPABILITY_ENFORCED, in checkLocationAccuracyFields()
129 softAssert.assertOrWarnTrue(/* strict= */ true, in checkLocationAccuracyFields()
DGnssMeasurementValuesTest.java169 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