Searched refs:aggregationTypes (Results 1 – 7 of 7) sorted by relevance
/packages/modules/HealthFitness/framework/java/android/health/connect/ |
D | AggregateRecordsRequest.java | 41 @NonNull Set<AggregationType<T>> aggregationTypes, in AggregateRecordsRequest() 45 Objects.requireNonNull(aggregationTypes); in AggregateRecordsRequest() 49 mAggregationTypes = aggregationTypes; in AggregateRecordsRequest()
|
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/nopermission/ |
D | HealthConnectManagerNoPermissionsGrantedTest.java | 307 List<AggregationType<?>> aggregationTypes = in testAggregateGroupByDuration_noPermissions_expectError() local 315 for (var aggregationType : aggregationTypes) { in testAggregateGroupByDuration_noPermissions_expectError() 341 List<AggregationType<?>> aggregationTypes = in testAggregateGroupByPeriod_noPermissions_expectError() local 349 for (var aggregationType : aggregationTypes) { in testAggregateGroupByPeriod_noPermissions_expectError()
|
/packages/modules/StatsD/statsd/src/metrics/ |
D | NumericValueMetricProducer.h | 155 bool hasAvgAggregationType(const vector<ValueMetric::AggregationType> aggregationTypes) const { in hasAvgAggregationType() argument 156 for (const int aggType : aggregationTypes) { in hasAvgAggregationType()
|
D | NumericValueMetricProducer.cpp | 76 mAggregationTypes(whatOptions.aggregationTypes), in NumericValueMetricProducer() 79 : hasAvgAggregationType(whatOptions.aggregationTypes)), in NumericValueMetricProducer()
|
D | ValueMetricProducer.h | 91 const vector<ValueMetric::AggregationType> aggregationTypes; member
|
/packages/modules/StatsD/statsd/src/metrics/parsing_utils/ |
D | metrics_manager_util.cpp | 929 std::vector<ValueMetric::AggregationType> aggregationTypes; in createNumericValueMetricProducerAndUpdateMetadata() local 944 aggregationTypes.push_back(metric.aggregation_types(i)); in createNumericValueMetricProducerAndUpdateMetadata() 947 aggregationTypes.push_back(metric.aggregation_type()); in createNumericValueMetricProducerAndUpdateMetadata() 1047 matcherWizard, metric.dimensions_in_what(), fieldMatchers, aggregationTypes}, in createNumericValueMetricProducerAndUpdateMetadata()
|
/packages/modules/StatsD/statsd/tests/ |
D | statsd_test_util.cpp | 1501 std::vector<ValueMetric::AggregationType> aggregationTypes; in createNumericValueMetricProducer() local 1504 aggregationTypes.push_back(metric.aggregation_types(i)); in createNumericValueMetricProducer() 1507 aggregationTypes.push_back(metric.aggregation_type()); in createNumericValueMetricProducer() 1517 eventMatcherWizard, metric.dimensions_in_what(), fieldMatchers, aggregationTypes}, in createNumericValueMetricProducer()
|