Home
last modified time | relevance | path

Searched refs:assertGnssClockFields (Results 1 – 4 of 4) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssMeasurementWhenNoLocationTest.java193 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation()
DGnssMeasurementValuesTest.java134 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements()
DGnssPseudorangeVerificationTest.java156 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testPseudorangeValue()
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java154 public static void assertGnssClockFields(GnssClock clock, in assertGnssClockFields() method in TestMeasurementUtil