Searched refs:fullBiasNanosList (Results 1 – 1 of 1) sorted by relevance
195 List<Long> fullBiasNanosList = timeToFullBiasList.get(timeNanos); in assertGnssClockHasConsistentFullBiasNanos() local196 fullBiasNanosList.add(fullBiasNanos); in assertGnssClockHasConsistentFullBiasNanos()201 List<Long> fullBiasNanosList = entry.getValue(); in assertGnssClockHasConsistentFullBiasNanos() local202 if (fullBiasNanosList.size() < 2) { in assertGnssClockHasConsistentFullBiasNanos()205 long fullBiasNanos = fullBiasNanosList.get(0); in assertGnssClockHasConsistentFullBiasNanos()206 for (int i = 1; i < fullBiasNanosList.size(); i++) { in assertGnssClockHasConsistentFullBiasNanos()210 String.valueOf(fullBiasNanosList.get(i) - fullBiasNanos), in assertGnssClockHasConsistentFullBiasNanos()211 fullBiasNanosList.get(i) - fullBiasNanos == 0); in assertGnssClockHasConsistentFullBiasNanos()