Searched defs:timeInNs (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/performance/ |
D | PerformanceTestResult.java | 33 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/ |
D | GnssMeasurementValuesTest.java | 133 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local 134 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
|
D | GnssMeasurementWhenNoLocationTest.java | 186 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation() local 193 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
|
D | GnssPseudorangeVerificationTest.java | 155 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()
|
D | GnssMeasurementsConstellationTest.java | 107 long timeInNs = event.getClock().getTimeNanos(); in testGnssMultiConstellationSupported() local
|
/cts/tests/location/common/src/android/location/cts/common/ |
D | TestMeasurementUtil.java | 156 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/ |
D | GnssMeasurementValuesTest.java | 153 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local
|