Searched refs:SORT_KEY_FORMAT (Results 1 – 2 of 2) sorted by relevance
59 private static final DateFormat SORT_KEY_FORMAT = field in AlarmNotifications469 final String timeKey = SORT_KEY_FORMAT.format(instance.getAlarmTime().getTime()); in createSortKey()
79 private val SORT_KEY_FORMAT: DateFormat = SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS", Locale.US) constant600 val timeKey = SORT_KEY_FORMAT.format(instance.alarmTime.time) in createSortKey()