Searched refs:VOLUME_TOTAL (Results 1 – 4 of 4) sorted by relevance
19 import static android.health.connect.datatypes.HydrationRecord.VOLUME_TOTAL;314 .addAggregationType(VOLUME_TOTAL) in testAggregation_VolumeTotal()326 .addAggregationType(VOLUME_TOTAL) in testAggregation_VolumeTotal()329 Volume newVolume = newResponse.get(VOLUME_TOTAL); in testAggregation_VolumeTotal()330 Volume oldVolume = oldResponse.get(VOLUME_TOTAL); in testAggregation_VolumeTotal()334 Set<DataOrigin> newDataOrigin = newResponse.getDataOrigins(VOLUME_TOTAL); in testAggregation_VolumeTotal()338 Set<DataOrigin> oldDataOrigin = oldResponse.getDataOrigins(VOLUME_TOTAL); in testAggregation_VolumeTotal()
38 public static final AggregationType<Volume> VOLUME_TOTAL = field in HydrationRecord
41 import static android.health.connect.datatypes.HydrationRecord.VOLUME_TOTAL;177 addVolumeIdsToAggregateResultMap(Arrays.asList(VOLUME_TOTAL)); in AggregationTypeIdMapper()
1032 …alth.connect.datatypes.AggregationType<android.health.connect.datatypes.units.Volume> VOLUME_TOTAL;