Home
last modified time | relevance | path

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

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