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/common/src/android/location/cts/common/ |
| D | TestMeasurementUtil.java | 165 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/ |
| D | GnssMeasurementValuesTest.java | 147 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local 149 event.getClock(), softAssert, /* asWarning= */ isAutomotive, timeInNs); in testListenForGnssMeasurements() local
|
| D | GnssMeasurementWhenNoLocationTest.java | 186 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation() local 194 firstEvent.getClock(), softAssert, /* asWarning= */ false, timeInNs); in testGnssMeasurementWhenNoLocation() local
|
| D | GnssPseudorangeVerificationTest.java | 164 long timeInNs = event.getClock().getTimeNanos(); in testPseudorangeValue() local 166 event.getClock(), softAssert, /* asWarning= */ isAutomotive, timeInNs); in testPseudorangeValue() local 234 long timeInNs) { in validatePseudorange()
|
| D | GnssMeasurementsConstellationTest.java | 112 long timeInNs = event.getClock().getTimeNanos(); in testGnssMultiConstellationSupported() local
|
| /cts/tests/location/location_privileged/src/android/location/cts/privileged/ |
| D | GnssMeasurementValuesTest.java | 153 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local
|