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.java537 long received_sv_time_ns = measurement.getReceivedSvTimeNanos(); in verifyReceivedSatelliteVehicleTimeInNs() local
538 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() local
819 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()