Home
last modified time | relevance | path

Searched defs:executionErrors (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/flicker/src/com/android/server/wm/flicker/
DFlickerResult.kt39 @JvmField val executionErrors: List<Throwable> = listOf() in <lambda>() constant in com.android.server.wm.flicker.FlickerResult
DTransitionRunner.kt89 val executionErrors = mutableListOf<Throwable>() in run() constant