Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/utils/
DLocalDateTimeFormatter.kt139 fun formatMonthWithoutYear(time: Instant): String { in formatMonthWithoutYear() method in com.android.healthconnect.controller.utils.LocalDateTimeFormatter
/packages/modules/HealthFitness/apk/tests/src/com/android/healthconnect/controller/tests/utiltests/
DLocalDateTimeFormatterTest.kt167 assertThat(formatter.formatMonthWithoutYear(time)).isEqualTo("October") in <lambda>()
/packages/modules/HealthFitness/apk/src/com/android/healthconnect/controller/data/entries/datenavigation/
DDatePickerSpinnerAdapter.kt75 dateFormatter.formatMonthWithoutYear(startTime) in formatDateTimeForTimePeriod()