Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/
DTotalCaloriesAggregationTest.java73 getBasalCaloriesPerDay(/* weightKg= */ 73, /* heightCm= */ 170);
124 response.get(ENERGY_TOTAL), getBasalCaloriesPerDay(weightKg, heightCm)); in totalCaloriesBurned_derivedFromWeightAndHeight()
139 assertEnergyWithTolerance(response.get(ENERGY_TOTAL), getBasalCaloriesPerDay(lbmKg)); in totalCaloriesBurned_derivedFromLbm()
395 private static double getBasalCaloriesPerDay(double weightKg, double heightCm) { in getBasalCaloriesPerDay() method in TotalCaloriesAggregationTest
404 private static double getBasalCaloriesPerDay(double lbmKg) { in getBasalCaloriesPerDay() method in TotalCaloriesAggregationTest