Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/
DFlickerServiceResultsCollector.kt54 private val _executionErrors = mutableListOf<Throwable>() in <lambda>() constant
56 get() = _executionErrors in <lambda>()
266 _executionErrors.add(e) in <lambda>()