Home
last modified time | relevance | path

Searched refs:clusterSleepSessions (Results 1 – 4 of 4) sorted by relevance

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/datasources/api/
DSleepSessionHelperTest.kt80 val result = sleepSessionHelper.clusterSleepSessions(sleepDate) in <lambda>()
128 val result = sleepSessionHelper.clusterSleepSessions(sleepDate) in clusterSessions_allSessionStartAndEndOnSameDay_withSessionUnknownStart_doesNotIncludeUnknownSessionInMinAndMax()
176 val result = sleepSessionHelper.clusterSleepSessions(sleepDate) in clusterSessions_allSessionStartAndEndOnSameDay_withSessionUnknownStartEnd_doesNotIncludeUnknownSessionInMinAndMax()
229 val result = sleepSessionHelper.clusterSleepSessions(lastDateWithSleepData) in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_includesCrossingSessionInMinAndMax()
278 val result = sleepSessionHelper.clusterSleepSessions(lastDateWithSleepData) in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_withGaps_returnsCorrectMinAndMax()
340 val result = sleepSessionHelper.clusterSleepSessions(lastDateWithSleepData) in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_withSessionUnknownStart_doesNotIncludeUnknownSessionInMinAndMax()
399 val result = sleepSessionHelper.clusterSleepSessions(lastDateWithSleepData) in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_withSessionUnknownEnd_returnsForcedMax()
453 val result = sleepSessionHelper.clusterSleepSessions(lastDateWithSleepData) in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_withSessionUnknownStartAndEnd_doesNotIncludeUnknownSessionInMinAndMax()
494 val result = sleepSessionHelper.clusterSleepSessions(lastDateWithSleepData) in <lambda>()
548 val result = sleepSessionHelper.clusterSleepSessions(lastDateWithSleepData) in clusterSessions_atLeastOneSessionFinishesTomorrow_withSessionUnknownStart_doesNotIncludeUnknownSessionInMinAndMax()
[all …]
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/datasources/api/
DSleepSessionHelper.kt37 override suspend fun clusterSleepSessions( in <lambda>() method in com.android.healthconnect.controller.datasources.api.SleepSessionHelper
204 suspend fun clusterSleepSessions( method
DLoadMostRecentAggregationsUseCase.kt141 when (val result = sleepSessionHelper.clusterSleepSessions(lastDateWithData)) { in <lambda>()
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/di/
DFakeComponents.kt211 override suspend fun clusterSleepSessions( in clusterSleepSessions() method in com.android.healthconnect.controller.tests.utils.di.FakeSleepSessionHelper