Searched refs:timeKey (Results 1 – 2 of 2) sorted by relevance
469 final String timeKey = SORT_KEY_FORMAT.format(instance.getAlarmTime().getTime()); in createSortKey() local471 return missedAlarm ? ("MISSED " + timeKey) : timeKey; in createSortKey()
600 val timeKey = SORT_KEY_FORMAT.format(instance.alarmTime.time) in createSortKey() constant602 return if (missedAlarm) "MISSED $timeKey" else timeKey in createSortKey()