Home
last modified time | relevance | path

Searched defs:mAggregationType (Results 1 – 5 of 5) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/aggregation/
DActivityIntensityAggregationData.java48 @AggregationType.AggregationTypeIdentifier private final int mAggregationType; field in ActivityIntensityAggregationData
DPriorityRecordsAggregator.java64 @AggregationType.AggregationTypeIdentifier private final int mAggregationType; field in PriorityRecordsAggregator
/packages/modules/StatsD/statsd/src/metrics/
DDurationMetricProducer.h146 const DurationMetric_AggregationType mAggregationType; variable
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/fitness/aggregation/
DAggregateRecordRequest.java69 private final AggregationType<?> mAggregationType; field in AggregateRecordRequest
/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/
DBaseDurationAggregationTest.java78 private final AggregationType<ResultType> mAggregationType; field in BaseDurationAggregationTest