Searched refs:clusterSleepSessions (Results 1 – 4 of 4) sorted by relevance
80 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 …]
37 override suspend fun clusterSleepSessions( in <lambda>() method in com.android.healthconnect.controller.datasources.api.SleepSessionHelper204 suspend fun clusterSleepSessions( method
141 when (val result = sleepSessionHelper.clusterSleepSessions(lastDateWithData)) { in <lambda>()
211 override suspend fun clusterSleepSessions( in clusterSleepSessions() method in com.android.healthconnect.controller.tests.utils.di.FakeSleepSessionHelper