Home
last modified time | relevance | path

Searched refs:SLEEP_SESSION_DURATION_TOTAL (Results 1 – 5 of 5) sorted by relevance

/packages/modules/HealthFitness/framework/java/android/health/connect/datatypes/
DAggregationType.java193 int SLEEP_SESSION_DURATION_TOTAL = 66; field
294 SLEEP_SESSION_DURATION_TOTAL,
381 SLEEP_SESSION_DURATION_TOTAL,
DSleepSessionRecord.java57 AggregationType.AggregationTypeIdentifier.SLEEP_SESSION_DURATION_TOTAL,
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DSleepSessionRecordHelper.java19 …id.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.SLEEP_SESSION_DURATION_TOTAL;
75 if (aggregateRequest.getAggregationTypeIdentifier() == SLEEP_SESSION_DURATION_TOTAL) { in getAggregateParams()
/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/aggregation/
DPriorityRecordsAggregator.java24 …id.health.connect.datatypes.AggregationType.AggregationTypeIdentifier.SLEEP_SESSION_DURATION_TOTAL;
235 case SLEEP_SESSION_DURATION_TOTAL, EXERCISE_SESSION_DURATION_TOTAL -> in createAggregationRecordData()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/data/entries/api/
DLoadDataAggregationsUseCaseTest.kt245 AggregationType.AggregationTypeIdentifier.SLEEP_SESSION_DURATION_TOTAL to in <lambda>()