Searched refs:BASAL_CALORIES_TOTAL (Results 1 – 4 of 4) sorted by relevance
19 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 …]
159 public static final AggregationType<Energy> BASAL_CALORIES_TOTAL = field in BasalMetabolicRateRecord
20 import static android.health.connect.datatypes.BasalMetabolicRateRecord.BASAL_CALORIES_TOTAL;173 BASAL_CALORIES_TOTAL, in AggregationTypeIdMapper()
411 …nect.datatypes.AggregationType<android.health.connect.datatypes.units.Energy> BASAL_CALORIES_TOTAL;