Home
last modified time | relevance | path

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

/cts/tests/location/common/src/android/location/cts/common/
DTestMeasurementUtil.java195 List<Long> fullBiasNanosList = timeToFullBiasList.get(timeNanos); in assertGnssClockHasConsistentFullBiasNanos() local
196 fullBiasNanosList.add(fullBiasNanos); in assertGnssClockHasConsistentFullBiasNanos()
201 List<Long> fullBiasNanosList = entry.getValue(); in assertGnssClockHasConsistentFullBiasNanos() local
202 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()