Home
last modified time | relevance | path

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

/cts/tests/tests/location/src/android/location/cts/
DTestMeasurementUtil.java128 long timeInNs) { in assertGnssClockFields() argument
130 timeInNs, in assertGnssClockFields()
132 String.valueOf(timeInNs), in assertGnssClockFields()
133 timeInNs >= 0L); in assertGnssClockFields()
139 long gpsTimeInNs = timeInNs - clock.getFullBiasNanos(); in assertGnssClockFields()
158 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementMandatoryFields() argument
160 verifySvid(measurement, softAssert, timeInNs); in assertAllGnssMeasurementMandatoryFields()
161 verifyReceivedSatelliteVehicleTimeInNs(measurement, softAssert, timeInNs); in assertAllGnssMeasurementMandatoryFields()
162 verifyAccumulatedDeltaRanges(measurement, softAssert, timeInNs); in assertAllGnssMeasurementMandatoryFields()
166 timeInNs, in assertAllGnssMeasurementMandatoryFields()
[all …]
DGnssMeasurementsConstellationTest.java108 long timeInNs = event.getClock().getTimeNanos(); in testGnssMultiConstellationSupported() local
111 timeInNs, in testGnssMultiConstellationSupported()
113 String.valueOf(timeInNs), in testGnssMultiConstellationSupported()
114 timeInNs >= 0L); in testGnssMultiConstellationSupported()
141 timeInNs, in testGnssMultiConstellationSupported()
DGnssMeasurementWhenNoLocationTest.java165 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation() local
167 timeInNs, // event time in ns in testGnssMeasurementWhenNoLocation()
172 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
177 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()