Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DTestMeasurementUtil.java147 long timeInNs) { in assertGnssClockFields() argument
149 timeInNs, in assertGnssClockFields()
151 String.valueOf(timeInNs), in assertGnssClockFields()
152 timeInNs >= 0L); in assertGnssClockFields()
158 long gpsTimeInNs = timeInNs - clock.getFullBiasNanos(); in assertGnssClockFields()
177 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementMandatoryFields() argument
179 verifySvid(measurement, softAssert, timeInNs); in assertAllGnssMeasurementMandatoryFields()
180 verifyReceivedSatelliteVehicleTimeInNs(measurement, softAssert, timeInNs); in assertAllGnssMeasurementMandatoryFields()
181 verifyAccumulatedDeltaRanges(measurement, softAssert, timeInNs); in assertAllGnssMeasurementMandatoryFields()
185 timeInNs, in assertAllGnssMeasurementMandatoryFields()
[all …]
DGnssMeasurementsConstellationTest.java107 long timeInNs = event.getClock().getTimeNanos(); in testGnssMultiConstellationSupported() local
110 timeInNs, in testGnssMultiConstellationSupported()
112 String.valueOf(timeInNs), in testGnssMultiConstellationSupported()
113 timeInNs >= 0L); in testGnssMultiConstellationSupported()
140 timeInNs, in testGnssMultiConstellationSupported()
DGnssPseudorangeVerificationTest.java132 long timeInNs = event.getClock().getTimeNanos(); in testPseudorangeValue() local
133 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testPseudorangeValue() local
136 validatePseudorange(filteredMeasurements, softAssert, timeInNs); in testPseudorangeValue()
175 SoftAssert softAssert, long timeInNs) { in validatePseudorange() argument
199 timeInNs, in validatePseudorange()
DGnssMeasurementWhenNoLocationTest.java172 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation() local
174 timeInNs, // event time in ns in testGnssMeasurementWhenNoLocation()
179 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
184 softAssert, timeInNs); in testGnssMeasurementWhenNoLocation()
DGnssMeasurementValuesTest.java118 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local
119 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
123 softAssert, timeInNs); in testListenForGnssMeasurements()