/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/ |
D | NutritionRecord.java | 791 public static final AggregationType<Mass> BIOTIN_TOTAL = 792 new AggregationType<>( 793 AggregationType.AggregationTypeIdentifier.NUTRITION_RECORD_BIOTIN_TOTAL, 794 AggregationType.SUM, 802 public static final AggregationType<Mass> CAFFEINE_TOTAL = 803 new AggregationType<>( 804 AggregationType.AggregationTypeIdentifier.NUTRITION_RECORD_CAFFEINE_TOTAL, 805 AggregationType.SUM, 813 public static final AggregationType<Mass> CALCIUM_TOTAL = 814 new AggregationType<>( [all …]
|
D | BloodPressureRecord.java | 46 public static final AggregationType<Pressure> DIASTOLIC_AVG = 47 new AggregationType<>( 48 AggregationType.AggregationTypeIdentifier.BLOOD_PRESSURE_RECORD_DIASTOLIC_AVG, 49 AggregationType.AVG, 58 public static final AggregationType<Pressure> DIASTOLIC_MAX = 59 new AggregationType<>( 60 AggregationType.AggregationTypeIdentifier.BLOOD_PRESSURE_RECORD_DIASTOLIC_MAX, 61 AggregationType.MAX, 70 public static final AggregationType<Pressure> DIASTOLIC_MIN = 71 new AggregationType<>( [all …]
|
D | HeartRateRecord.java | 42 public static final AggregationType<Long> BPM_MAX = 43 new AggregationType<>( 44 AggregationType.AggregationTypeIdentifier.HEART_RATE_RECORD_BPM_MAX, 45 AggregationType.MAX, 53 public static final AggregationType<Long> BPM_MIN = 54 new AggregationType<>( 55 AggregationType.AggregationTypeIdentifier.HEART_RATE_RECORD_BPM_MIN, 56 AggregationType.MIN, 64 public static final AggregationType<Long> BPM_AVG = 65 new AggregationType<>( [all …]
|
D | RestingHeartRateRecord.java | 44 public static final AggregationType<Long> BPM_MAX = 45 new AggregationType<>( 46 AggregationType.AggregationTypeIdentifier.RESTING_HEART_RATE_RECORD_BPM_MAX, 47 AggregationType.MAX, 56 public static final AggregationType<Long> BPM_MIN = 57 new AggregationType<>( 58 AggregationType.AggregationTypeIdentifier.RESTING_HEART_RATE_RECORD_BPM_MIN, 59 AggregationType.MIN, 68 public static final AggregationType<Long> BPM_AVG = 69 new AggregationType<>( [all …]
|
D | WeightRecord.java | 39 public static final AggregationType<Mass> WEIGHT_AVG = 40 new AggregationType<>( 41 AggregationType.AggregationTypeIdentifier.WEIGHT_RECORD_WEIGHT_AVG, 42 AggregationType.AVG, 50 public static final AggregationType<Mass> WEIGHT_MAX = 51 new AggregationType<>( 52 AggregationType.AggregationTypeIdentifier.WEIGHT_RECORD_WEIGHT_MAX, 53 AggregationType.MAX, 61 public static final AggregationType<Mass> WEIGHT_MIN = 62 new AggregationType<>( [all …]
|
D | HeightRecord.java | 40 public static final AggregationType<Length> HEIGHT_AVG = 41 new AggregationType<>( 42 AggregationType.AggregationTypeIdentifier.HEIGHT_RECORD_HEIGHT_AVG, 43 AggregationType.AVG, 51 public static final AggregationType<Length> HEIGHT_MIN = 52 new AggregationType<>( 53 AggregationType.AggregationTypeIdentifier.HEIGHT_RECORD_HEIGHT_MIN, 54 AggregationType.MIN, 62 public static final AggregationType<Length> HEIGHT_MAX = 63 new AggregationType<>( [all …]
|
D | StepsCadenceRecord.java | 40 public static final AggregationType<Double> STEPS_CADENCE_RATE_AVG = 41 new AggregationType<>( 42 AggregationType.AggregationTypeIdentifier.STEPS_CADENCE_RECORD_RATE_AVG, 43 AggregationType.AVG, 52 public static final AggregationType<Double> STEPS_CADENCE_RATE_MIN = 53 new AggregationType<>( 54 AggregationType.AggregationTypeIdentifier.STEPS_CADENCE_RECORD_RATE_MIN, 55 AggregationType.MIN, 64 public static final AggregationType<Double> STEPS_CADENCE_RATE_MAX = 65 new AggregationType<>( [all …]
|
D | SpeedRecord.java | 41 public static final AggregationType<Velocity> SPEED_AVG = 42 new AggregationType<>( 43 AggregationType.AggregationTypeIdentifier.SPEED_RECORD_SPEED_AVG, 44 AggregationType.AVG, 53 public static final AggregationType<Velocity> SPEED_MIN = 54 new AggregationType<>( 55 AggregationType.AggregationTypeIdentifier.SPEED_RECORD_SPEED_MIN, 56 AggregationType.MIN, 65 public static final AggregationType<Velocity> SPEED_MAX = 66 new AggregationType<>( [all …]
|
D | PowerRecord.java | 259 public static final AggregationType<Power> POWER_MAX = 260 new AggregationType<>( 261 AggregationType.AggregationTypeIdentifier.POWER_RECORD_POWER_MAX, 262 AggregationType.MAX, 268 public static final AggregationType<Power> POWER_MIN = 269 new AggregationType<>( 270 AggregationType.AggregationTypeIdentifier.POWER_RECORD_POWER_MIN, 271 AggregationType.MIN, 277 public static final AggregationType<Power> POWER_AVG = 278 new AggregationType<>( [all …]
|
D | CyclingPedalingCadenceRecord.java | 40 public static final AggregationType<Double> RPM_AVG = 41 new AggregationType<>( 42 AggregationType.AggregationTypeIdentifier 44 AggregationType.AVG, 53 public static final AggregationType<Double> RPM_MIN = 54 new AggregationType<>( 55 AggregationType.AggregationTypeIdentifier 57 AggregationType.MIN, 66 public static final AggregationType<Double> RPM_MAX = 67 new AggregationType<>( [all …]
|
D | SkinTemperatureRecord.java | 67 public static final AggregationType<TemperatureDelta> SKIN_TEMPERATURE_DELTA_AVG = 68 new AggregationType<>( 69 AggregationType.AggregationTypeIdentifier.SKIN_TEMPERATURE_RECORD_DELTA_AVG, 70 AggregationType.AVG, 78 public static final AggregationType<TemperatureDelta> SKIN_TEMPERATURE_DELTA_MIN = 79 new AggregationType<>( 80 AggregationType.AggregationTypeIdentifier.SKIN_TEMPERATURE_RECORD_DELTA_MIN, 81 AggregationType.MIN, 89 public static final AggregationType<TemperatureDelta> SKIN_TEMPERATURE_DELTA_MAX = 90 new AggregationType<>( [all …]
|
/packages/modules/HealthFitness/framework/java/android/health/connect/ |
D | AggregateRecordsResponse.java | 21 import android.health.connect.datatypes.AggregationType; 34 private final Map<AggregationType<T>, AggregateResult<T>> mAggregateResults; 49 (AggregationType<T>) in AggregateRecordsResponse() 58 @NonNull AggregationType<U> aggregationType, in getZoneOffsetInternal() 59 Map<AggregationType<U>, AggregateResult<U>> mAggregateResults) { in getZoneOffsetInternal() 73 @NonNull AggregationType<U> aggregationType, in getDataOriginsInternal() 74 Map<AggregationType<U>, AggregateResult<U>> mAggregateResults) { in getDataOriginsInternal() 89 @NonNull AggregationType<U> aggregationType, in getInternal() 90 Map<AggregationType<U>, AggregateResult<U>> mAggregateResults) { in getInternal() 122 public T get(@NonNull AggregationType<T> aggregationType) { in get() [all …]
|
D | AggregateRecordsGroupedByDurationResponse.java | 21 import android.health.connect.datatypes.AggregationType; 40 private final Map<AggregationType<T>, AggregateResult<T>> mResult; 63 (AggregationType<T>) in AggregateRecordsGroupedByDurationResponse() 89 public T get(@NonNull AggregationType<T> aggregationType) { in get() 98 public ZoneOffset getZoneOffset(@NonNull AggregationType<T> aggregationType) { in getZoneOffset() 107 public Set<DataOrigin> getDataOrigins(@NonNull AggregationType<T> aggregationType) { in getDataOrigins()
|
D | AggregateRecordsRequest.java | 20 import android.health.connect.datatypes.AggregationType; 30 private final Set<AggregationType<T>> mAggregationTypes; 41 @NonNull Set<AggregationType<T>> aggregationTypes, in AggregateRecordsRequest() 65 public Set<AggregationType<T>> getAggregationTypes() { in getAggregationTypes() 79 private final Set<AggregationType<T>> mAggregationTypes = new ArraySet<>(); 96 public Builder<T> addAggregationType(@NonNull AggregationType<T> aggregationType) { in addAggregationType()
|
D | AggregateRecordsGroupedByPeriodResponse.java | 21 import android.health.connect.datatypes.AggregationType; 38 private final Map<AggregationType<T>, AggregateResult<T>> mResult; 63 (AggregationType<T>) in AggregateRecordsGroupedByPeriodResponse() 101 public T get(@NonNull AggregationType<T> aggregationType) { in get() 110 public ZoneOffset getZoneOffset(@NonNull AggregationType<T> aggregationType) { in getZoneOffset() 119 public Set<DataOrigin> getDataOrigins(@NonNull AggregationType<T> aggregationType) { in getDataOrigins()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/ |
D | NutritionRecordHelper.java | 18 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.NUTRITION_… 19 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.NUTRITION_… 20 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.NUTRITION_… 21 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.NUTRITION_… 22 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.NUTRITION_… 23 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.NUTRITION_… 24 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.NUTRITION_… 25 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.NUTRITION_… 26 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.NUTRITION_… 27 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.NUTRITION_… [all …]
|
D | BloodPressureRecordHelper.java | 18 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.BLOOD_PRES… 19 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.BLOOD_PRES… 20 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.BLOOD_PRES… 21 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.BLOOD_PRES… 22 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.BLOOD_PRES… 23 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.BLOOD_PRES… 34 import android.health.connect.datatypes.AggregationType; 96 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult() 117 AggregateParams getAggregateParams(AggregationType<?> aggregateRequest) { in getAggregateParams()
|
D | HeightRecordHelper.java | 18 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.HEIGHT_REC… 19 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.HEIGHT_REC… 20 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.HEIGHT_REC… 29 import android.health.connect.datatypes.AggregationType; 57 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult() 79 AggregateParams getAggregateParams(AggregationType<?> aggregateRequest) { in getAggregateParams()
|
D | RestingHeartRateRecordHelper.java | 18 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.RESTING_HE… 19 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.RESTING_HE… 20 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.RESTING_HE… 29 import android.health.connect.datatypes.AggregationType; 58 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult() 81 AggregateParams getAggregateParams(AggregationType<?> aggregateRequest) { in getAggregateParams()
|
D | WeightRecordHelper.java | 18 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.WEIGHT_REC… 19 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.WEIGHT_REC… 20 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.WEIGHT_REC… 29 import android.health.connect.datatypes.AggregationType; 56 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult() 78 AggregateParams getAggregateParams(AggregationType<?> aggregateRequest) { in getAggregateParams()
|
D | HeartRateRecordHelper.java | 19 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.HEART_RATE… 20 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.HEART_RATE… 21 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.HEART_RATE… 22 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.HEART_RATE… 32 import android.health.connect.datatypes.AggregationType; 69 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult() 91 final AggregateParams getAggregateParams(AggregationType<?> aggregateRequest) { in getAggregateParams()
|
D | CyclingPedalingCadenceRecordHelper.java | 19 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.CYCLING_PE… 20 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.CYCLING_PE… 21 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.CYCLING_PE… 32 import android.health.connect.datatypes.AggregationType; 119 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult() 135 final AggregateParams getAggregateParams(AggregationType<?> aggregateRequest) { in getAggregateParams()
|
D | PowerRecordHelper.java | 19 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.POWER_RECO… 20 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.POWER_RECO… 21 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.POWER_RECO… 33 import android.health.connect.datatypes.AggregationType; 67 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult() 88 final AggregateParams getAggregateParams(AggregationType<?> aggregateRequest) { in getAggregateParams()
|
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/utils/ |
D | AggregationTypeIdMapper.java | 105 import android.health.connect.datatypes.AggregationType; 134 private final Map<Integer, AggregationType<?>> mIdDataAggregationTypeMap; 135 private final Map<AggregationType<?>, Integer> mDataAggregationTypeIdMap; 253 @AggregationType.AggregationTypeIdentifier.Id int id, @NonNull Parcel parcel) { in getAggregateResultFor() 259 public AggregationType<?> getAggregationTypeFor( in getAggregationTypeFor() 260 @AggregationType.AggregationTypeIdentifier.Id int id) { in getAggregationTypeFor() 266 @AggregationType.AggregationTypeIdentifier.Id 267 public int getIdFor(AggregationType<?> aggregationType) { in getIdFor() 322 @NonNull List<AggregationType<?>> aggregationTypeList) { in addLongIdsToAggregateResultMap() 323 for (AggregationType<?> aggregationType : aggregationTypeList) { in addLongIdsToAggregateResultMap() [all …]
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/aggregation/ |
D | PriorityRecordsAggregator.java | 19 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.ACTIVE_CAL… 20 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.DISTANCE_R… 21 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.ELEVATION_… 22 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.EXERCISE_S… 23 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.FLOORS_CLI… 24 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.SLEEP_SESS… 25 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.STEPS_RECO… 26 import static android.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.WHEEL_CHAI… 30 import android.health.connect.datatypes.AggregationType; 60 @AggregationType.AggregationTypeIdentifier private final int mAggregationType; [all …]
|