Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DLocalDateTimeFormatter.kt119 fun formatDateRangeWithYear(startTime: Instant, endTime: Instant): String { in formatDateRangeWithYear() method in com.android.healthconnect.controller.utils.LocalDateTimeFormatter
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utiltests/
DLocalDateTimeFormatterTest.kt148 assertThat(formatter.formatDateRangeWithYear(time, end)).isEqualTo("20–30 Oct 2022") in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/datenavigation/
DDatePickerSpinnerAdapter.kt84 dateFormatter.formatDateRangeWithYear(startTime, startTime.plus(Period.ofWeeks(1))) in formatDateTimeForTimePeriod()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/
DAggregationDataCard.kt155 dateFormatter.formatDateRangeWithYear(startDate, localEndDate) in formatDateText()