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.java187 long timeNanos = event.getClock().getTimeNanos(); in assertGnssClockHasConsistentFullBiasNanos() local
190 timeToFullBiasList.putIfAbsent(timeNanos, new ArrayList<>()); in assertGnssClockHasConsistentFullBiasNanos()
191 List<Long> fullBiasNanosList = timeToFullBiasList.get(timeNanos); in assertGnssClockHasConsistentFullBiasNanos()
196 long timeNanos = entry.getKey(); in assertGnssClockHasConsistentFullBiasNanos() local
204 timeNanos, in assertGnssClockHasConsistentFullBiasNanos()