Searched refs:POWER_AVG (Results 1 – 4 of 4) sorted by relevance
19 import static android.health.connect.datatypes.PowerRecord.POWER_AVG;312 .addAggregationType(POWER_AVG) in testAggregation_power()321 Power avgPower = response.get(POWER_AVG); in testAggregation_power()328 Set<DataOrigin> newDataOrigin = response.getDataOrigins(POWER_AVG); in testAggregation_power()
84 import static android.health.connect.datatypes.PowerRecord.POWER_AVG;164 addPowerIdsToAggregateResultMap(Arrays.asList(POWER_MIN, POWER_MAX, POWER_AVG)); in AggregationTypeIdMapper()
277 public static final AggregationType<Power> POWER_AVG = field in PowerRecord
1455 …d.health.connect.datatypes.AggregationType<android.health.connect.datatypes.units.Power> POWER_AVG;