Home
last modified time | relevance | path

Searched defs:timeInNs (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/location/src/android/location/cts/
DGnssMeasurementValuesTest.java118 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local
119 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
DTestMeasurementUtil.java147 long timeInNs) { in assertGnssClockFields()
177 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementMandatoryFields()
287 SoftAssert softAssert, long timeInNs) { in verifyAccumulatedDeltaRanges()
324 long timeInNs) { in verifySvid()
332 public static void validateSvidSub(SoftAssert softAssert, Long timeInNs, in validateSvidSub()
424 SoftAssert softAssert, long timeInNs) { in verifyReceivedSatelliteVehicleTimeInNs()
663 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes()
DGnssPseudorangeVerificationTest.java132 long timeInNs = event.getClock().getTimeNanos(); in testPseudorangeValue() local
133 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testPseudorangeValue() local
175 SoftAssert softAssert, long timeInNs) { in validatePseudorange()
DGnssMeasurementWhenNoLocationTest.java172 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation() local
179 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
DGnssMeasurementsConstellationTest.java107 long timeInNs = event.getClock().getTimeNanos(); in testGnssMultiConstellationSupported() local