Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/
DUtils.java31 static void assertLengthWithTolerance(Length length, double expected) { in assertLengthWithTolerance() method in Utils
DAggregationApisTest.java30 import static android.healthconnect.cts.aggregation.Utils.assertLengthWithTolerance;
239 assertLengthWithTolerance(responses.get(1).get(DISTANCE_TOTAL), 200.0); in groupByDurationWithLocalFilter_distanceTotal()
244 assertLengthWithTolerance(responses.get(2).get(DISTANCE_TOTAL), 20.0); in groupByDurationWithLocalFilter_distanceTotal()