Searched refs:sortedCujEvents (Results 1 – 1 of 1) sorted by relevance
37 val sortedCujEvents = cujEvents.sortedBy { it.timestamp.unixNanos } in from() constant38 val startEvents = sortedCujEvents.filter { it.type == CujEvent.Companion.Type.START } in from()39 val endEvents = sortedCujEvents.filter { it.type == CujEvent.Companion.Type.END } in from()41 sortedCujEvents.filter { it.type == CujEvent.Companion.Type.CANCEL } in from()