Home
last modified time | relevance | path

Searched refs:received_sv_time_ns (Results 1 – 1 of 1) sorted by relevance

/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java533 long received_sv_time_ns = measurement.getReceivedSvTimeNanos(); in verifyReceivedSatelliteVehicleTimeInNs() local
534 double sv_time_ms = TimeUnit.NANOSECONDS.toMillis(received_sv_time_ns); in verifyReceivedSatelliteVehicleTimeInNs()
535 double sv_time_sec = TimeUnit.NANOSECONDS.toSeconds(received_sv_time_ns); in verifyReceivedSatelliteVehicleTimeInNs()
536 double sv_time_days = TimeUnit.NANOSECONDS.toDays(received_sv_time_ns); in verifyReceivedSatelliteVehicleTimeInNs()
545 String.valueOf(received_sv_time_ns), in verifyReceivedSatelliteVehicleTimeInNs()
779 long received_sv_time_ns = measurement.getReceivedSvTimeNanos(); in verifyGpsQzssSvTimes() local
780 double sv_time_ms = TimeUnit.NANOSECONDS.toMillis(received_sv_time_ns); in verifyGpsQzssSvTimes()
781 double sv_time_sec = TimeUnit.NANOSECONDS.toSeconds(received_sv_time_ns); in verifyGpsQzssSvTimes()
782 double sv_time_days = TimeUnit.NANOSECONDS.toDays(received_sv_time_ns); in verifyGpsQzssSvTimes()