Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/events/
DCujTrace.kt37 val sortedCujEvents = cujEvents.sortedBy { it.timestamp.unixNanos } in from() constant
38 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()