HomeSort by relevance Sort by last modified time
    Searched full:received_sv_time_ns (Results 1 - 1 of 1) sorted by null

  /cts/tests/tests/location/src/android/location/cts/
TestMeasurementUtil.java 398 long received_sv_time_ns = measurement.getReceivedSvTimeNanos(); local
399 double sv_time_ms = TimeUnit.NANOSECONDS.toMillis(received_sv_time_ns);
400 double sv_time_sec = TimeUnit.NANOSECONDS.toSeconds(received_sv_time_ns);
401 double sv_time_days = TimeUnit.NANOSECONDS.toDays(received_sv_time_ns);
403 // Check ranges for received_sv_time_ns for given Gps State
405 softAssert.assertTrue("received_sv_time_ns:" +
410 String.valueOf(received_sv_time_ns),
600 return "received_sv_time_ns: Received SV Time-of-Week in ns. Constellation type = "
617 long received_sv_time_ns = measurement.getReceivedSvTimeNanos(); local
618 double sv_time_ms = TimeUnit.NANOSECONDS.toMillis(received_sv_time_ns);
    [all...]

Completed in 228 milliseconds