Searched defs:timeInNs (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/location/src/android/location/cts/ |
D | GnssMeasurementValuesTest.java | 118 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local 119 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
|
D | GnssMeasurementWhenNoLocationTest.java | 165 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation() local 172 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
|
D | TestMeasurementUtil.java | 128 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()
|
D | GnssMeasurementsConstellationTest.java | 108 long timeInNs = event.getClock().getTimeNanos(); in testGnssMultiConstellationSupported() local
|