Home
last modified time | relevance | path

Searched defs:aggregationType (Results 1 – 24 of 24) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/
DAggregateRecordsResponse.java56 public static <U> ZoneOffset getZoneOffsetInternal( in getZoneOffsetInternal()
71 public static <U> Set<DataOrigin> getDataOriginsInternal( in getDataOriginsInternal()
86 public static <U> U getInternal( in getInternal()
120 public T get(@NonNull AggregationType<T> aggregationType) { in get()
129 public ZoneOffset getZoneOffset(@NonNull AggregationType<T> aggregationType) { in getZoneOffset()
138 public Set<DataOrigin> getDataOrigins(@NonNull AggregationType<T> aggregationType) { in getDataOrigins()
DAggregateRecordsGroupedByDurationResponse.java87 public T get(@NonNull AggregationType<T> aggregationType) { in get()
96 public ZoneOffset getZoneOffset(@NonNull AggregationType<T> aggregationType) { in getZoneOffset()
DAggregateRecordsGroupedByPeriodResponse.java99 public T get(@NonNull AggregationType<T> aggregationType) { in get()
108 public ZoneOffset getZoneOffset(@NonNull AggregationType<T> aggregationType) { in getZoneOffset()
DAggregateRecordsRequest.java96 public Builder<T> addAggregationType(@NonNull AggregationType<T> aggregationType) { in addAggregationType()
/packages/modules/HealthFitness/framework/java/android/health/connect/internal/datatypes/utils/
DAggregationTypeIdMapper.java218 public int getIdFor(AggregationType<?> aggregationType) { in getIdFor()
327 private void populateIdDataAggregationType(AggregationType<?> aggregationType) { in populateIdDataAggregationType()
329 aggregationType.getAggregationTypeIdentifier(), aggregationType); in populateIdDataAggregationType() local
/packages/modules/StatsD/statsd/benchmark/
Dduration_metric_benchmark.cpp31 DurationMetric::AggregationType aggregationType, bool addExtraDimensionInCondition) { in CreateDurationMetricConfig_NoLink_AND_CombinationCondition()
79 DurationMetric::AggregationType aggregationType, bool addExtraDimensionInCondition) { in CreateDurationMetricConfig_Link_AND_CombinationCondition()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DHydrationRecordHelper.java52 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
DWeightRecordHelper.java55 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
DRestingHeartRateRecordHelper.java57 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
DActiveCaloriesBurnedRecordHelper.java57 Cursor results, AggregationType<?> aggregationType, double aggregation) { in getAggregateResult()
DHeightRecordHelper.java56 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
DBasalMetabolicRateRecordHelper.java58 Cursor results, AggregationType<?> aggregationType, double result) { in getAggregateResult()
DHeartRateRecordHelper.java68 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
DPowerRecordHelper.java66 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
DTotalCaloriesBurnedRecordHelper.java64 Cursor results, AggregationType<?> aggregationType, double aggregation) { in getAggregateResult()
DRecordHelper.java130 AggregationType<?> aggregationType, in getAggregateTableRequest()
168 Cursor cursor, AggregationType<?> aggregationType) { in getAggregateResult()
179 Cursor results, AggregationType<?> aggregationType, double total) { in getAggregateResult()
DNutritionRecordHelper.java140 Cursor results, AggregationType<?> aggregationType) { in getAggregateResult()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/request/
DAggregateTransactionRequest.java66 AggregationType<?> aggregationType = aggregationTypeIdMapper.getAggregationTypeFor(id); in AggregateTransactionRequest() local
DAggregateParams.java171 String columnToAggregateName, Class<?> aggregationType) { in PriorityAggregationExtraParams()
DAggregateTableRequest.java88 AggregationType<?> aggregationType, in AggregateTableRequest()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/aggregation/
DPriorityRecordsAggregator.java69 @AggregationType.AggregationTypeIdentifier int aggregationType, in PriorityRecordsAggregator()
/packages/modules/StatsD/statsd/tests/e2e/
DWakelockDuration_e2e_test.cpp31 StatsdConfig CreateStatsdConfig(DurationMetric::AggregationType aggregationType) { in CreateStatsdConfig()
DAnomaly_duration_sum_e2e_test.cpp40 DurationMetric::AggregationType aggregationType, in CreateStatsdConfig()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DContactAggregator2.java290 int aggregationType, boolean countOnly) { in buildExceptionMatchingSql()