Home
last modified time | relevance | path

Searched refs:formatterDateOnly (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/impl/alarm/domain/
DAlarmTileMapper.kt46 val formatterDateOnly: DateTimeFormatter = DateTimeFormatter.ofPattern("E MMM d") constant
74 secondaryLabel = formatterDateOnly.format(alarmDateTime) in map()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/impl/alarm/domain/
DAlarmTileMapperTest.kt129 val expectedSecondaryLabel = AlarmTileMapper.formatterDateOnly.format(localDateTime) in nextAlarmSetMoreThanAWeekLater_mapsSecondaryLabelToDisplayDateOnly()
169 val expectedSecondaryLabel = AlarmTileMapper.formatterDateOnly.format(localDateTime) in nextAlarmSetExactlyAWeekLater_mapsSecondaryLabelToDisplayDateOnly()