Searched refs:BPM_MAX (Results 1 – 10 of 10) sorted by relevance
21 import static android.health.connect.datatypes.HeartRateRecord.BPM_MAX;572 .addAggregationType(BPM_MAX) in testBpmAggregation_timeRange_all()577 assertThat(response.get(BPM_MAX)).isNotNull(); in testBpmAggregation_timeRange_all()578 assertThat(response.get(BPM_MAX)).isEqualTo(73); in testBpmAggregation_timeRange_all()579 assertThat(response.getZoneOffset(BPM_MAX)) in testBpmAggregation_timeRange_all()597 dataOrigins = response.getDataOrigins(BPM_MAX); in testBpmAggregation_timeRange_all()616 .addAggregationType(BPM_MAX) in testBpmAggregation_timeRange_not_present()621 assertThat(response.get(BPM_MAX)).isNull(); in testBpmAggregation_timeRange_not_present()622 assertThat(response.getZoneOffset(BPM_MAX)).isNull(); in testBpmAggregation_timeRange_not_present()645 .addAggregationType(BPM_MAX) in testBpmAggregation_withDataOrigin_correct()[all …]
367 .addAggregationType(RestingHeartRateRecord.BPM_MAX) in testBpmAggregation_timeRange_all()372 assertThat(response.get(RestingHeartRateRecord.BPM_MAX)).isNotNull(); in testBpmAggregation_timeRange_all()373 assertThat(response.get(RestingHeartRateRecord.BPM_MAX)).isEqualTo(10); in testBpmAggregation_timeRange_all()374 assertThat(response.getZoneOffset(RestingHeartRateRecord.BPM_MAX)) in testBpmAggregation_timeRange_all()
27 import static android.health.connect.datatypes.HeartRateRecord.BPM_MAX;274 new Pair<>(getHeartRateRecord(), BPM_MAX), in testAggregate_noPermissions_expectError()309 BPM_MAX, in testAggregateGroupByDuration_noPermissions_expectError()343 BPM_MAX, in testAggregateGroupByPeriod_noPermissions_expectError()
20 import static android.health.connect.datatypes.HeartRateRecord.BPM_MAX;101 assertAggregation(BPM_MAX, 72L); in testAppWithReadPerms_aggregateOtherAppsHeartRate_expectSuccess()
22 import static android.health.connect.datatypes.HeartRateRecord.BPM_MAX;490 .addAggregationType(BPM_MAX) in aggregationTypeFilter_multipleTypesForDifferentRecordTypes_correctResults()497 assertThat(response.get(BPM_MAX)).isEqualTo(123); in aggregationTypeFilter_multipleTypesForDifferentRecordTypes_correctResults()
35 import static android.health.connect.datatypes.HeartRateRecord.BPM_MAX;144 BPM_MAX, in AggregationTypeIdMapper()148 RestingHeartRateRecord.BPM_MAX, in AggregationTypeIdMapper()
19 import static android.health.connect.datatypes.HeartRateRecord.BPM_MAX;308 .addAggregationType(BPM_MAX) in testHealthConnectAggregatedData()
44 public static final AggregationType<Long> BPM_MAX = field in RestingHeartRateRecord
42 public static final AggregationType<Long> BPM_MAX = field in HeartRateRecord
985 …nNull public static final android.health.connect.datatypes.AggregationType<java.lang.Long> BPM_MAX;1493 …nNull public static final android.health.connect.datatypes.AggregationType<java.lang.Long> BPM_MAX;