Home
last modified time | relevance | path

Searched refs:mAggregateAllRecordsRequest (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/tests/cts/src/android/healthconnect/cts/aggregation/
DSleepDurationAggregationTest.java57 private final AggregateRecordsRequest<Long> mAggregateAllRecordsRequest = field in SleepDurationAggregationTest
92 AggregateRecordsResponse<Long> response = getAggregateResponse(mAggregateAllRecordsRequest); in testSimpleAggregation_oneSession_returnsItsDuration()
136 AggregateRecordsResponse<Long> response = getAggregateResponse(mAggregateAllRecordsRequest); in testSimpleAggregation_oneSessionWithAwake_returnsDurationMinusAwake()
DExerciseDurationAggregationTest.java67 private final AggregateRecordsRequest<Long> mAggregateAllRecordsRequest = field in ExerciseDurationAggregationTest
111 AggregateRecordsResponse<Long> response = getAggregateResponse(mAggregateAllRecordsRequest); in testSimpleAggregation_oneSession_returnsItsDuration()
196 AggregateRecordsResponse<Long> response = getAggregateResponse(mAggregateAllRecordsRequest); in testSimpleAggregation_oneSessionWithRest_returnsDurationMinusRest()