Home
last modified time | relevance | path

Searched defs:LocalDate (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DTimeExtensions.kt108 fun LocalDate.toInstantAtStartOfDay(): Instant { in toInstantAtStartOfDay() method
112 fun LocalDate.withinOneYearAfter(other: LocalDate): Boolean { in withinOneYearAfter() method
116 fun LocalDate.randomInstant(): Instant { in LocalDate() method
/packages/modules/HealthFitness/framework/java/android/health/connect/
DHealthConnectManager.java1621 @NonNull OutcomeReceiver<List<LocalDate>, HealthConnectException> callback) { in queryActivityDates()