Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utils/
DTestConstants.kt97 fun getSleepSessionRecord(startTime: Instant = NOW): SleepSessionRecord { in getSleepSessionRecord() method
102 fun getSleepSessionRecord(startTime: Instant, endTime: Instant): SleepSessionRecord { in getSleepSessionRecord() method
143 HealthPermissionType.SLEEP -> getSleepSessionRecord(date.randomInstant()) in getRandomRecord()
332 getSleepSessionRecord(
335 getSleepSessionRecord(
338 getSleepSessionRecord(
341 getSleepSessionRecord(
344 getSleepSessionRecord(
347 getSleepSessionRecord(
388 getSleepSessionRecord(instantToday, instantToday.plusSeconds(1800)), in getMixedRecordsAcrossTwoDays()