Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utiltests/
DLocalDateTimeFormatterTest.kt107 assertThat(formatter.formatShortDate(time)).isEqualTo("20 October") in <lambda>()
113 assertThat(formatter.formatShortDate(time)).isEqualTo("October 20") in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DLocalDateTimeFormatter.kt88 fun formatShortDate(instant: Instant): String { in formatShortDate() method
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/shared/preference/
DAggregationDataCard.kt160 dateFormatter.formatShortDate(startDate) in formatDateText()