Searched defs:timeInNs (Results 1 – 6 of 6) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
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/tests/location/src/android/location/cts/ |
D | GnssMeasurementValuesTest.java | 129 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local 130 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
|
D | GnssMeasurementWhenNoLocationTest.java | 189 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation() local 196 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
|
D | TestMeasurementUtil.java | 143 long timeInNs) { in assertGnssClockFields() 214 SoftAssert softAssert, long timeInNs) { in assertAllGnssMeasurementMandatoryFields() 318 SoftAssert softAssert, long timeInNs) { in verifyAccumulatedDeltaRanges() 364 long timeInNs) { in verifySvid() 371 public static void validateSvidSub(SoftAssert softAssert, Long timeInNs, in validateSvidSub() 445 SoftAssert softAssert, long timeInNs) { in verifyReceivedSatelliteVehicleTimeInNs() 693 SoftAssert softAssert, long timeInNs, int state, String constellationType) { in verifyGpsQzssSvTimes()
|
D | GnssPseudorangeVerificationTest.java | 144 long timeInNs = event.getClock().getTimeNanos(); in testPseudorangeValue() local 145 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testPseudorangeValue() local 208 SoftAssert softAssert, long timeInNs) { in validatePseudorange()
|
D | GnssMeasurementsConstellationTest.java | 105 long timeInNs = event.getClock().getTimeNanos(); in testGnssMultiConstellationSupported() local
|