Searched refs:BPM_MIN (Results 1 – 7 of 7) sorted by relevance
22 import static android.health.connect.datatypes.HeartRateRecord.BPM_MIN;573 .addAggregationType(BPM_MIN) in testBpmAggregation_timeRange_all()581 assertThat(response.get(BPM_MIN)).isNotNull(); in testBpmAggregation_timeRange_all()582 assertThat(response.get(BPM_MIN)).isEqualTo(71); in testBpmAggregation_timeRange_all()583 assertThat(response.getZoneOffset(BPM_MIN)) in testBpmAggregation_timeRange_all()593 dataOrigins = response.getDataOrigins(BPM_MIN); in testBpmAggregation_timeRange_all()617 .addAggregationType(BPM_MIN) in testBpmAggregation_timeRange_not_present()623 assertThat(response.get(BPM_MIN)).isNull(); in testBpmAggregation_timeRange_not_present()624 assertThat(response.getZoneOffset(BPM_MIN)).isNull(); in testBpmAggregation_timeRange_not_present()646 .addAggregationType(BPM_MIN) in testBpmAggregation_withDataOrigin_correct()[all …]
368 .addAggregationType(RestingHeartRateRecord.BPM_MIN) in testBpmAggregation_timeRange_all()376 assertThat(response.get(RestingHeartRateRecord.BPM_MIN)).isNotNull(); in testBpmAggregation_timeRange_all()377 assertThat(response.get(RestingHeartRateRecord.BPM_MIN)).isEqualTo(3); in testBpmAggregation_timeRange_all()378 assertThat(response.getZoneOffset(RestingHeartRateRecord.BPM_MIN)) in testBpmAggregation_timeRange_all()384 Set<DataOrigin> dataOrigins = response.getDataOrigins(RestingHeartRateRecord.BPM_MIN); in testBpmAggregation_timeRange_all()
36 import static android.health.connect.datatypes.HeartRateRecord.BPM_MIN;145 BPM_MIN, in AggregationTypeIdMapper()149 RestingHeartRateRecord.BPM_MIN, in AggregationTypeIdMapper()
56 public static final AggregationType<Long> BPM_MIN = field in RestingHeartRateRecord
53 public static final AggregationType<Long> BPM_MIN = field in HeartRateRecord
23 import static android.health.connect.datatypes.HeartRateRecord.BPM_MIN;492 .addAggregationType(BPM_MIN) in aggregationTypeFilter_multipleTypesForDifferentRecordTypes_correctResults()499 assertThat(response.get(BPM_MIN)).isEqualTo(75); in aggregationTypeFilter_multipleTypesForDifferentRecordTypes_correctResults()
986 …nNull public static final android.health.connect.datatypes.AggregationType<java.lang.Long> BPM_MIN;1494 …nNull public static final android.health.connect.datatypes.AggregationType<java.lang.Long> BPM_MIN;