Home
last modified time | relevance | path

Searched defs:timeInNs (Results 1 – 4 of 4) 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
DGnssMeasurementWhenNoLocationTest.java165 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation() local
172 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
DTestMeasurementUtil.java128 long timeInNs) { in assertGnssClockFields()
158 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementMandatoryFields()
263 SoftAssert softAssert, long timeInNs) { in verifyAccumulatedDeltaRanges()
300 long timeInNs) { in verifySvid()
394 SoftAssert softAssert, long timeInNs) { in verifyReceivedSatelliteVehicleTimeInNs()
615 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes()
DGnssMeasurementsConstellationTest.java108 long timeInNs = event.getClock().getTimeNanos(); in testGnssMultiConstellationSupported() local