Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DGnssMeasurementValuesTest.java119 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements()
DGnssMeasurementWhenNoLocationTest.java179 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation()
DGnssPseudorangeVerificationTest.java133 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testPseudorangeValue()
DTestMeasurementUtil.java145 public static void assertGnssClockFields(GnssClock clock, in assertGnssClockFields() method in TestMeasurementUtil