Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmNotifications.java59 private static final DateFormat SORT_KEY_FORMAT = field in AlarmNotifications
469 final String timeKey = SORT_KEY_FORMAT.format(instance.getAlarmTime().getTime()); in createSortKey()
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()