Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/
DBasalCaloriesAggregationTest.java19 import static android.health.connect.datatypes.BasalMetabolicRateRecord.BASAL_CALORIES_TOTAL;
93 .addAggregationType(BASAL_CALORIES_TOTAL) in testAggregation_BasalCaloriesBurntTotal_noRecord()
96 assertEnergyWithTolerance(response.get(BASAL_CALORIES_TOTAL), 1564500); in testAggregation_BasalCaloriesBurntTotal_noRecord()
110 .addAggregationType(BASAL_CALORIES_TOTAL) in testAggregation_BasalCaloriesBurntTotal_lbm()
112 assertEnergyWithTolerance(response.get(BASAL_CALORIES_TOTAL), 1564500); in testAggregation_BasalCaloriesBurntTotal_lbm()
122 .addAggregationType(BASAL_CALORIES_TOTAL) in testAggregation_BasalCaloriesBurntTotal_lbm()
124 assertEnergyWithTolerance(response.get(BASAL_CALORIES_TOTAL), 1450000); in testAggregation_BasalCaloriesBurntTotal_lbm()
143 .addAggregationType(BASAL_CALORIES_TOTAL) in testAggregation_BasalCaloriesBurntTotal_lbm_group()
147 assertEnergyWithTolerance(responses.get(0).get(BASAL_CALORIES_TOTAL), 802000); in testAggregation_BasalCaloriesBurntTotal_lbm_group()
148 assertEnergyWithTolerance(responses.get(1).get(BASAL_CALORIES_TOTAL), 1018000); in testAggregation_BasalCaloriesBurntTotal_lbm_group()
[all …]
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DBasalMetabolicRateRecord.java159 public static final AggregationType<Energy> BASAL_CALORIES_TOTAL = field in BasalMetabolicRateRecord
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/utils/
DAggregationTypeIdMapper.java20 import static android.health.connect.datatypes.BasalMetabolicRateRecord.BASAL_CALORIES_TOTAL;
173 BASAL_CALORIES_TOTAL, in AggregationTypeIdMapper()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt411 …nect.datatypes.AggregationType<android.health.connect.datatypes.units.Energy> BASAL_CALORIES_TOTAL;