Home
last modified time | relevance | path

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

/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java185 Map<Long, List<Long>> timeToFullBiasList = new HashMap<>(); in assertGnssClockHasConsistentFullBiasNanos() local
190 timeToFullBiasList.putIfAbsent(timeNanos, new ArrayList<>()); in assertGnssClockHasConsistentFullBiasNanos()
191 List<Long> fullBiasNanosList = timeToFullBiasList.get(timeNanos); in assertGnssClockHasConsistentFullBiasNanos()
195 for (Map.Entry<Long, List<Long>> entry : timeToFullBiasList.entrySet()) { in assertGnssClockHasConsistentFullBiasNanos()