Home
last modified time | relevance | path

Searched refs:FLOORS_CLIMBED_TOTAL (Results 1 – 4 of 4) sorted by relevance

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/datatypes/
DFloorsClimbedRecordTest.java19 import static android.health.connect.datatypes.FloorsClimbedRecord.FLOORS_CLIMBED_TOTAL;
237 .addAggregationType(FLOORS_CLIMBED_TOTAL) in testTotalAggregation_oneRecord_returnsItsTotal()
240 assertThat(response.get(FLOORS_CLIMBED_TOTAL)).isNotNull(); in testTotalAggregation_oneRecord_returnsItsTotal()
241 assertThat(response.get(FLOORS_CLIMBED_TOTAL)).isEqualTo(10); in testTotalAggregation_oneRecord_returnsItsTotal()
256 .addAggregationType(FLOORS_CLIMBED_TOTAL) in testAggregation_FloorsClimbedTotal()
268 .addAggregationType(FLOORS_CLIMBED_TOTAL) in testAggregation_FloorsClimbedTotal()
271 double newFloorsTotal = newResponse.get(FLOORS_CLIMBED_TOTAL); in testAggregation_FloorsClimbedTotal()
272 double oldFloorsTotal = oldResponse.get(FLOORS_CLIMBED_TOTAL); in testAggregation_FloorsClimbedTotal()
276 Set<DataOrigin> newDataOrigin = newResponse.getDataOrigins(FLOORS_CLIMBED_TOTAL); in testAggregation_FloorsClimbedTotal()
280 Set<DataOrigin> oldDataOrigin = oldResponse.getDataOrigins(FLOORS_CLIMBED_TOTAL); in testAggregation_FloorsClimbedTotal()
/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DFloorsClimbedRecord.java38 public static final AggregationType<Double> FLOORS_CLIMBED_TOTAL = field in FloorsClimbedRecord
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/utils/
DAggregationTypeIdMapper.java33 import static android.health.connect.datatypes.FloorsClimbedRecord.FLOORS_CLIMBED_TOTAL;
157 FLOORS_CLIMBED_TOTAL, in AggregationTypeIdMapper()
/packages/modules/HealthFitness/framework/api/
Dcurrent.txt970 …atic final android.health.connect.datatypes.AggregationType<java.lang.Double> FLOORS_CLIMBED_TOTAL;