Home
last modified time | relevance | path

Searched defs:timeInNs (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/performance/
DPerformanceTestResult.java33 public void addSetupTime(double timeInNs) { in addSetupTime()
41 public void addTeardownTime(double timeInNs) { in addTeardownTime()
49 public void addMeasurement(double timeInNs) { in addMeasurement()
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java165 GnssClock clock, SoftAssert softAssert, boolean asWarning, long timeInNs) { in assertGnssClockFields()
243 long timeInNs) { in assertAllGnssMeasurementMandatoryFields()
361 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementSystemFields()
380 SoftAssert softAssert, long timeInNs) { in verifyCorrelationVectors()
429 GnssMeasurement measurement, SoftAssert softAssert, boolean asWarning, long timeInNs) { in verifyAccumulatedDeltaRanges()
483 GnssMeasurement measurement, SoftAssert softAssert, boolean asWarning, long timeInNs) { in verifySvid()
493 Long timeInNs, in validateSvidSub()
586 GnssMeasurement measurement, SoftAssert softAssert, boolean asWarning, long timeInNs) { in verifyReceivedSatelliteVehicleTimeInNs()
923 long timeInNs, in verifyGpsQzssSvTimes()
1168 SoftAssert softAssert, long timeInNs) { in verifySatellitePvt()
/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssMeasurementValuesTest.java147 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local
149 event.getClock(), softAssert, /* asWarning= */ isAutomotive, timeInNs); in testListenForGnssMeasurements() local
DGnssMeasurementWhenNoLocationTest.java186 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation() local
194 firstEvent.getClock(), softAssert, /* asWarning= */ false, timeInNs); in testGnssMeasurementWhenNoLocation() local
DGnssPseudorangeVerificationTest.java164 long timeInNs = event.getClock().getTimeNanos(); in testPseudorangeValue() local
166 event.getClock(), softAssert, /* asWarning= */ isAutomotive, timeInNs); in testPseudorangeValue() local
234 long timeInNs) { in validatePseudorange()
DGnssMeasurementsConstellationTest.java112 long timeInNs = event.getClock().getTimeNanos(); in testGnssMultiConstellationSupported() local
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementValuesTest.java153 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local