Searched refs:FLOORS_CLIMBED_TOTAL (Results 1 – 4 of 4) sorted by relevance
19 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()
38 public static final AggregationType<Double> FLOORS_CLIMBED_TOTAL = field in FloorsClimbedRecord
33 import static android.health.connect.datatypes.FloorsClimbedRecord.FLOORS_CLIMBED_TOTAL;157 FLOORS_CLIMBED_TOTAL, in AggregationTypeIdMapper()
970 …atic final android.health.connect.datatypes.AggregationType<java.lang.Double> FLOORS_CLIMBED_TOTAL;