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/location_gnss/src/android/location/cts/gnss/
DGnssMeasurementValuesTest.java133 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local
134 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
DGnssMeasurementWhenNoLocationTest.java186 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation() local
193 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
DGnssPseudorangeVerificationTest.java155 long timeInNs = event.getClock().getTimeNanos(); in testPseudorangeValue() local
156 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testPseudorangeValue() local
219 SoftAssert softAssert, long timeInNs) { in validatePseudorange()
DGnssMeasurementsConstellationTest.java107 long timeInNs = event.getClock().getTimeNanos(); in testGnssMultiConstellationSupported() local
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java156 long timeInNs) { in assertGnssClockFields()
227 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementMandatoryFields()
330 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementSystemFields()
349 SoftAssert softAssert, long timeInNs) { in verifyCorrelationVectors()
398 SoftAssert softAssert, long timeInNs) { in verifyAccumulatedDeltaRanges()
444 long timeInNs) { in verifySvid()
451 public static void validateSvidSub(SoftAssert softAssert, Long timeInNs, in validateSvidSub()
533 SoftAssert softAssert, long timeInNs) { in verifyReceivedSatelliteVehicleTimeInNs()
816 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes()
1034 SoftAssert softAssert, long timeInNs) { in verifySatellitePvt()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementValuesTest.java153 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local