Searched refs:timeToFullBiasList (Results 1 – 1 of 1) sorted by relevance
189 Map<Long, List<Long>> timeToFullBiasList = new HashMap<>(); in assertGnssClockHasConsistentFullBiasNanos() local194 timeToFullBiasList.putIfAbsent(timeNanos, new ArrayList<>()); in assertGnssClockHasConsistentFullBiasNanos()195 List<Long> fullBiasNanosList = timeToFullBiasList.get(timeNanos); in assertGnssClockHasConsistentFullBiasNanos()199 for (Map.Entry<Long, List<Long>> entry : timeToFullBiasList.entrySet()) { in assertGnssClockHasConsistentFullBiasNanos()