Home
last modified time | relevance | path

Searched refs:getSleepSessionRecords (Results 1 – 3 of 3) sorted by relevance

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/datasources/api/
DSleepSessionHelperTest.kt8 import com.android.healthconnect.controller.tests.utils.getSleepSessionRecords
74 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 …]
DLoadPriorityEntriesUseCaseTest.kt29 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 …]
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DTestConstants.kt255 fun getSleepSessionRecords(inputDates: List<Pair<Instant, Instant>>): List<SleepSessionRecord> { in getDataOrigin() method