Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/datasources/api/
DLoadLastDateWithPriorityDataUseCase.kt71 maxDateOrNull(latestDateWithData, lastDateWithDataForApp) in <lambda>()
141 private fun maxDateOrNull(firstDate: LocalDate?, secondDate: LocalDate?): LocalDate? { in <lambda>() method