Searched refs:SORT_KEY_FORMAT (Results 1 – 1 of 1) sorted by relevance
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()