Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DLocalDateTimeFormatter.kt125 fun formatDateRangeWithoutYear(startTime: Instant, endTime: Instant): String { in formatDateRangeWithoutYear() method
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utiltests/
DLocalDateTimeFormatterTest.kt155 assertThat(formatter.formatDateRangeWithoutYear(time, end)).isEqualTo("20–30 Oct") in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/datenavigation/
DDatePickerSpinnerAdapter.kt71 dateFormatter.formatDateRangeWithoutYear( in formatDateTimeForTimePeriod()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/
DAggregationDataCard.kt153 dateFormatter.formatDateRangeWithoutYear(startDate, localEndDate) in formatDateText()