Searched refs:received_sv_time_ns (Results 1 – 1 of 1) sorted by relevance
537 long received_sv_time_ns = measurement.getReceivedSvTimeNanos(); in verifyReceivedSatelliteVehicleTimeInNs() local538 double sv_time_ms = TimeUnit.NANOSECONDS.toMillis(received_sv_time_ns); in verifyReceivedSatelliteVehicleTimeInNs()539 double sv_time_sec = TimeUnit.NANOSECONDS.toSeconds(received_sv_time_ns); in verifyReceivedSatelliteVehicleTimeInNs()540 double sv_time_days = TimeUnit.NANOSECONDS.toDays(received_sv_time_ns); in verifyReceivedSatelliteVehicleTimeInNs()549 String.valueOf(received_sv_time_ns), in verifyReceivedSatelliteVehicleTimeInNs()818 long received_sv_time_ns = measurement.getReceivedSvTimeNanos(); in verifyGpsQzssSvTimes() local819 double sv_time_ms = TimeUnit.NANOSECONDS.toMillis(received_sv_time_ns); in verifyGpsQzssSvTimes()820 double sv_time_sec = TimeUnit.NANOSECONDS.toSeconds(received_sv_time_ns); in verifyGpsQzssSvTimes()821 double sv_time_days = TimeUnit.NANOSECONDS.toDays(received_sv_time_ns); in verifyGpsQzssSvTimes()