Home
last modified time | relevance | path

Searched defs:weightKg (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/
DTotalCaloriesAggregationTest.java111 double weightKg = 85; in totalCaloriesBurned_derivedFromWeightAndHeight() local
395 private static double getBasalCaloriesPerDay(double weightKg, double heightCm) { in getBasalCaloriesPerDay()
DDataFactory.java117 static WeightRecord getBaseWeightRecord(Instant time, double weightKg) { in getBaseWeightRecord()