Searched refs:assertDoubleWithTolerance (Results 1 – 2 of 2) sorted by relevance
41 static void assertDoubleWithTolerance(Double value, double expected) { in assertDoubleWithTolerance() method in Utils
28 import static android.healthconnect.cts.aggregation.Utils.assertDoubleWithTolerance;376 assertDoubleWithTolerance(responses.get(0).get(STEPS_CADENCE_RATE_MAX), 369.2); in groupByPeriod_stepsCadenceMax()