Home
last modified time | relevance | path

Searched refs:BPM_MIN (Results 1 – 7 of 7) sorted by relevance

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DHeartRateRecordTest.java22 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 …]
DRestingHeartRateRecordTest.java368 .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()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/utils/
DAggregationTypeIdMapper.java36 import static android.health.connect.datatypes.HeartRateRecord.BPM_MIN;
145 BPM_MIN, in AggregationTypeIdMapper()
149 RestingHeartRateRecord.BPM_MIN, in AggregationTypeIdMapper()
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DRestingHeartRateRecord.java56 public static final AggregationType<Long> BPM_MIN = field in RestingHeartRateRecord
DHeartRateRecord.java53 public static final AggregationType<Long> BPM_MIN = field in HeartRateRecord
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/
DAggregateWithFiltersTest.java23 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()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt986 …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;