Searched refs:timeInNs (Results 1 – 5 of 5) sorted by relevance
/cts/tests/tests/location/src/android/location/cts/ |
D | TestMeasurementUtil.java | 147 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 …]
|
D | GnssMeasurementsConstellationTest.java | 107 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()
|
D | GnssPseudorangeVerificationTest.java | 132 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()
|
D | GnssMeasurementWhenNoLocationTest.java | 172 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()
|
D | GnssMeasurementValuesTest.java | 118 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local 119 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local 123 softAssert, timeInNs); in testListenForGnssMeasurements()
|