Home
last modified time | relevance | path

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

/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java191 long timeNanos = event.getClock().getTimeNanos(); in assertGnssClockHasConsistentFullBiasNanos() local
194 timeToFullBiasList.putIfAbsent(timeNanos, new ArrayList<>()); in assertGnssClockHasConsistentFullBiasNanos()
195 List<Long> fullBiasNanosList = timeToFullBiasList.get(timeNanos); in assertGnssClockHasConsistentFullBiasNanos()
200 long timeNanos = entry.getKey(); in assertGnssClockHasConsistentFullBiasNanos() local
208 timeNanos, in assertGnssClockHasConsistentFullBiasNanos()