Searched refs:getSleepSessionRecords (Results 1 – 3 of 3) sorted by relevance
8 import com.android.healthconnect.controller.tests.utils.getSleepSessionRecords74 getSleepSessionRecords( in <lambda>()116 getSleepSessionRecords( in clusterSessions_allSessionStartAndEndOnSameDay_withSessionUnknownStart_doesNotIncludeUnknownSessionInMinAndMax()125 getSleepSessionRecords( in clusterSessions_allSessionStartAndEndOnSameDay_withSessionUnknownStart_doesNotIncludeUnknownSessionInMinAndMax()164 getSleepSessionRecords( in clusterSessions_allSessionStartAndEndOnSameDay_withSessionUnknownStartEnd_doesNotIncludeUnknownSessionInMinAndMax()173 getSleepSessionRecords( in clusterSessions_allSessionStartAndEndOnSameDay_withSessionUnknownStartEnd_doesNotIncludeUnknownSessionInMinAndMax()213 getSleepSessionRecords( in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_includesCrossingSessionInMinAndMax()220 getSleepSessionRecords( in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_includesCrossingSessionInMinAndMax()263 getSleepSessionRecords( in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_withGaps_returnsCorrectMinAndMax()270 getSleepSessionRecords( in clusterSessions_atLeastOneSessionStartsYesterdayAndEndsToday_withGaps_returnsCorrectMinAndMax()[all …]
29 import com.android.healthconnect.controller.tests.utils.getSleepSessionRecords in <lambda>()104 getSleepSessionRecords( in <lambda>()114 getSleepSessionRecords( in <lambda>()122 getSleepSessionRecords( in <lambda>()164 getSleepSessionRecords( in <lambda>()172 getSleepSessionRecords( in <lambda>()180 getSleepSessionRecords( in <lambda>()188 getSleepSessionRecords( in <lambda>()198 getSleepSessionRecords( in <lambda>()206 getSleepSessionRecords( in <lambda>()[all …]
255 fun getSleepSessionRecords(inputDates: List<Pair<Instant, Instant>>): List<SleepSessionRecord> { in getDataOrigin() method