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/
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.java130 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local
131 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
DGnssMeasurementWhenNoLocationTest.java185 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation() local
192 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
DGnssPseudorangeVerificationTest.java152 long timeInNs = event.getClock().getTimeNanos(); in testPseudorangeValue() local
153 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testPseudorangeValue() local
216 SoftAssert softAssert, long timeInNs) { in validatePseudorange()
DGnssMeasurementsConstellationTest.java105 long timeInNs = event.getClock().getTimeNanos(); in testGnssMultiConstellationSupported() local
/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java152 long timeInNs) { in assertGnssClockFields()
223 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementMandatoryFields()
326 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementSystemFields()
345 SoftAssert softAssert, long timeInNs) { in verifyCorrelationVectors()
394 SoftAssert softAssert, long timeInNs) { in verifyAccumulatedDeltaRanges()
440 long timeInNs) { in verifySvid()
447 public static void validateSvidSub(SoftAssert softAssert, Long timeInNs, in validateSvidSub()
529 SoftAssert softAssert, long timeInNs) { in verifyReceivedSatelliteVehicleTimeInNs()
777 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes()
998 SoftAssert softAssert, long timeInNs) { in verifySatellitePvt()
/cts/tests/location/location_privileged/src/android/location/cts/privileged/
DGnssMeasurementValuesTest.java151 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local