Home
last modified time | relevance | path

Searched defs:timeInNs (Results 1 – 6 of 6) 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/tests/location/src/android/location/cts/
DGnssMeasurementValuesTest.java129 long timeInNs = event.getClock().getTimeNanos(); in testListenForGnssMeasurements() local
130 TestMeasurementUtil.assertGnssClockFields(event.getClock(), softAssert, timeInNs); in testListenForGnssMeasurements() local
DGnssMeasurementWhenNoLocationTest.java189 long timeInNs = firstEvent.getClock().getTimeNanos(); in testGnssMeasurementWhenNoLocation() local
196 TestMeasurementUtil.assertGnssClockFields(firstEvent.getClock(), softAssert, timeInNs); in testGnssMeasurementWhenNoLocation() local
DTestMeasurementUtil.java143 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()
DGnssPseudorangeVerificationTest.java144 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()
DGnssMeasurementsConstellationTest.java105 long timeInNs = event.getClock().getTimeNanos(); in testGnssMultiConstellationSupported() local