/packages/modules/HealthFitness/framework/java/android/health/connect/ |
D | AggregateRecordsResponse.java | 57 public static <U> ZoneOffset getZoneOffsetInternal( in getZoneOffsetInternal() 72 public static <U> Set<DataOrigin> getDataOriginsInternal( in getDataOriginsInternal() 88 public static <U> U getInternal( in getInternal() 122 public T get(@NonNull AggregationType<T> aggregationType) { in get() 131 public ZoneOffset getZoneOffset(@NonNull AggregationType<T> aggregationType) { in getZoneOffset() 156 public Set<DataOrigin> getDataOrigins(@NonNull AggregationType<T> aggregationType) { in getDataOrigins()
|
D | AggregateRecordsGroupedByDurationResponse.java | 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 | AggregateRecordsGroupedByPeriodResponse.java | 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()
|
D | AggregateRecordsRequest.java | 96 public Builder<T> addAggregationType(@NonNull AggregationType<T> aggregationType) { in addAggregationType()
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/ |
D | AggregateOtherAppsDataTest.java | 148 private static <T> void assertAggregation(AggregationType<T> aggregationType, T expectedValue) in assertAggregation() 155 AggregationType<T> aggregationType, T expectedValue, Instant startTime, Instant endTime) in assertAggregation()
|
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/utils/ |
D | AggregationTypeIdMapper.java | 267 public int getIdFor(AggregationType<?> aggregationType) { in getIdFor() 421 private void populateIdDataAggregationType(AggregationType<?> aggregationType) { in populateIdDataAggregationType() 423 aggregationType.getAggregationTypeIdentifier(), aggregationType); in populateIdDataAggregationType() local
|
/packages/modules/StatsD/statsd/benchmark/ |
D | duration_metric_benchmark.cpp | 32 DurationMetric::AggregationType aggregationType, bool addExtraDimensionInCondition) { in CreateDurationMetricConfig_NoLink_AND_CombinationCondition() 80 DurationMetric::AggregationType aggregationType, bool addExtraDimensionInCondition) { in CreateDurationMetricConfig_Link_AND_CombinationCondition()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/ |
D | HydrationRecordHelper.java | 53 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
|
D | ActiveCaloriesBurnedRecordHelper.java | 58 Cursor results, AggregationType<?> aggregationType, double aggregation) { in getAggregateResult()
|
D | HeightRecordHelper.java | 57 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
|
D | RestingHeartRateRecordHelper.java | 58 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
|
D | WeightRecordHelper.java | 56 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
|
D | BloodPressureRecordHelper.java | 96 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
|
D | BasalMetabolicRateRecordHelper.java | 59 Cursor results, AggregationType<?> aggregationType, double result) { in getAggregateResult()
|
D | HeartRateRecordHelper.java | 69 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
|
D | CyclingPedalingCadenceRecordHelper.java | 119 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
|
D | PowerRecordHelper.java | 67 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
|
D | StepsCadenceRecordHelper.java | 113 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
|
D | SpeedRecordHelper.java | 105 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
|
D | TotalCaloriesBurnedRecordHelper.java | 65 Cursor results, AggregationType<?> aggregationType, double aggregation) { in getAggregateResult()
|
D | SkinTemperatureRecordHelper.java | 213 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
|
D | RecordHelper.java | 132 AggregationType<?> aggregationType, in getAggregateTableRequest() 193 Cursor cursor, AggregationType<?> aggregationType) { in getAggregateResult() 205 Cursor results, AggregationType<?> aggregationType, double total) { in getAggregateResult()
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/ |
D | AggregateTransactionRequest.java | 66 AggregationType<?> aggregationType = aggregationTypeIdMapper.getAggregationTypeFor(id); in AggregateTransactionRequest() local
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/nopermission/ |
D | HealthConnectManagerNoPermissionsGrantedTest.java | 283 AggregationType<?> aggregationType = recordAndAggregationType.second; in testAggregate_noPermissions_expectError() local
|
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/aggregation/ |
D | PriorityRecordsAggregator.java | 72 @AggregationType.AggregationTypeIdentifier int aggregationType, in PriorityRecordsAggregator()
|