Searched refs:BPM_AVG (Results 1 – 7 of 7) sorted by relevance
20 import static android.health.connect.datatypes.HeartRateRecord.BPM_AVG;574 .addAggregationType(BPM_AVG) in testBpmAggregation_timeRange_all()585 assertThat(response.get(BPM_AVG)).isNotNull(); in testBpmAggregation_timeRange_all()586 assertThat(response.get(BPM_AVG)).isEqualTo(72); in testBpmAggregation_timeRange_all()587 assertThat(response.getZoneOffset(BPM_AVG)) in testBpmAggregation_timeRange_all()589 Set<DataOrigin> dataOrigins = response.getDataOrigins(BPM_AVG); in testBpmAggregation_timeRange_all()618 .addAggregationType(BPM_AVG) in testBpmAggregation_timeRange_not_present()625 assertThat(response.get(BPM_AVG)).isNull(); in testBpmAggregation_timeRange_not_present()626 assertThat(response.getZoneOffset(BPM_AVG)).isNull(); in testBpmAggregation_timeRange_not_present()647 .addAggregationType(BPM_AVG) in testBpmAggregation_withDataOrigin_correct()[all …]
369 .addAggregationType(RestingHeartRateRecord.BPM_AVG) in testBpmAggregation_timeRange_all()380 assertThat(response.get(RestingHeartRateRecord.BPM_AVG)).isNotNull(); in testBpmAggregation_timeRange_all()381 assertThat(response.get(RestingHeartRateRecord.BPM_AVG)).isEqualTo(6); in testBpmAggregation_timeRange_all()382 assertThat(response.getZoneOffset(RestingHeartRateRecord.BPM_AVG)) in testBpmAggregation_timeRange_all()
34 import static android.health.connect.datatypes.HeartRateRecord.BPM_AVG;147 BPM_AVG, in AggregationTypeIdMapper()150 RestingHeartRateRecord.BPM_AVG, in AggregationTypeIdMapper()
68 public static final AggregationType<Long> BPM_AVG = field in RestingHeartRateRecord
64 public static final AggregationType<Long> BPM_AVG = field in HeartRateRecord
21 import static android.health.connect.datatypes.HeartRateRecord.BPM_AVG;491 .addAggregationType(BPM_AVG) in aggregationTypeFilter_multipleTypesForDifferentRecordTypes_correctResults()498 assertThat(response.get(BPM_AVG)).isEqualTo(93); // avg(123, 80, 75, 96) in aggregationTypeFilter_multipleTypesForDifferentRecordTypes_correctResults()
984 …nNull public static final android.health.connect.datatypes.AggregationType<java.lang.Long> BPM_AVG;1492 …nNull public static final android.health.connect.datatypes.AggregationType<java.lang.Long> BPM_AVG;