Searched refs:formatShortDate (Results 1 – 3 of 3) sorted by relevance
107 assertThat(formatter.formatShortDate(time)).isEqualTo("20 October") in <lambda>()113 assertThat(formatter.formatShortDate(time)).isEqualTo("October 20") in <lambda>()
88 fun formatShortDate(instant: Instant): String { in formatShortDate() method in com.android.healthconnect.controller.utils.LocalDateTimeFormatter
160 dateFormatter.formatShortDate(startDate) in formatDateText()