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.java191 List<Long> fullBiasNanosList = timeToFullBiasList.get(timeNanos); in assertGnssClockHasConsistentFullBiasNanos() local
192 fullBiasNanosList.add(fullBiasNanos); in assertGnssClockHasConsistentFullBiasNanos()
197 List<Long> fullBiasNanosList = entry.getValue(); in assertGnssClockHasConsistentFullBiasNanos() local
198 if (fullBiasNanosList.size() < 2) { in assertGnssClockHasConsistentFullBiasNanos()
201 long fullBiasNanos = fullBiasNanosList.get(0); in assertGnssClockHasConsistentFullBiasNanos()
202 for (int i = 1; i < fullBiasNanosList.size(); i++) { in assertGnssClockHasConsistentFullBiasNanos()
206 String.valueOf(fullBiasNanosList.get(i) - fullBiasNanos), in assertGnssClockHasConsistentFullBiasNanos()
207 fullBiasNanosList.get(i) - fullBiasNanos == 0); in assertGnssClockHasConsistentFullBiasNanos()