Searched refs:AlarmTileMapper (Results 1 – 3 of 3) sorted by relevance
49 AlarmTileMapper( in <lambda>()90 val expectedSecondaryLabel = AlarmTileMapper.formatter24Hour.format(localDateTime) in nextAlarmSet24HourFormat()109 val expectedSecondaryLabel = AlarmTileMapper.formatter12Hour.format(localDateTime) in nextAlarmSet12HourFormat()129 val expectedSecondaryLabel = AlarmTileMapper.formatterDateOnly.format(localDateTime) in nextAlarmSetMoreThanAWeekLater_mapsSecondaryLabelToDisplayDateOnly()149 val expectedSecondaryLabel = AlarmTileMapper.formatter12Hour.format(localDateTime) in nextAlarmSetOneMinuteLessThanAWeekLater_mapsSecondaryLabelToDisplayTime()169 val expectedSecondaryLabel = AlarmTileMapper.formatterDateOnly.format(localDateTime) in nextAlarmSetExactlyAWeekLater_mapsSecondaryLabelToDisplayDateOnly()
36 class AlarmTileMapper class
36 import com.android.systemui.qs.tiles.impl.alarm.domain.AlarmTileMapper218 mapper: AlarmTileMapper, in bindDndTile()