Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.kt79 private val SORT_KEY_FORMAT: DateFormat = SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS", Locale.US) constant
600 val timeKey = SORT_KEY_FORMAT.format(instance.alarmTime.time) in createSortKey()