Searched refs:formatMonthWithoutYear (Results 1 – 3 of 3) sorted by relevance
139 fun formatMonthWithoutYear(time: Instant): String { in formatMonthWithoutYear() method in com.android.healthconnect.controller.utils.LocalDateTimeFormatter
167 assertThat(formatter.formatMonthWithoutYear(time)).isEqualTo("October") in <lambda>()
75 dateFormatter.formatMonthWithoutYear(startTime) in formatDateTimeForTimePeriod()