Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DTimeExtensions.kt89 val startOfDay = this.toInstantAtStartOfDay() in LocalDate() constant
92 val duration = Duration.between(startOfDay, this.plusDays(1).toInstantAtStartOfDay()) in LocalDate()
99 return startOfDay.plusSeconds(randomSecondOffset) in LocalDate()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DMultipathPolicyTrackerTest.java195 final ZonedDateTime startOfDay = now.truncatedTo(ChronoUnit.DAYS); in prepareGetMultipathPreferenceTest() local
254 eq(startOfDay.toInstant().toEpochMilli()), in prepareGetMultipathPreferenceTest()