Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utiltests/
DLocalDateTimeFormatterTest.kt173 assertThat(formatter.formatWeekdayDateWithYear(time)).isEqualTo("Thu, 20 Oct 2022") in <lambda>()
179 assertThat(formatter.formatWeekdayDateWithYear(time)).isEqualTo("Thu, Oct 20, 2022") in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DLocalDateTimeFormatter.kt103 fun formatWeekdayDateWithYear(time: Instant): String { in formatWeekdayDateWithYear() method
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/datenavigation/
DDatePickerSpinnerAdapter.kt81 dateFormatter.formatWeekdayDateWithYear(startTime) in formatDateTimeForTimePeriod()