Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/events/
DCujTrace.kt43 for (startEvent in startEvents) { in from() method
46 it.cuj == startEvent.cuj && it.timestamp >= startEvent.timestamp in from()
50 it.cuj == startEvent.cuj && it.timestamp >= startEvent.timestamp in from()
66 startEvent.cuj, in from()
67 startEvent.timestamp, in from()
70 startEvent.cujTag?.ifBlank { null }, in from()