Home
last modified time | relevance | path

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

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DWaitUtils.kt29 data class WaitThrown(val thrown: Throwable?) : WaitResult class
83 is WaitResult.WaitThrown -> { in ensureThat()
130 return WaitReport(WaitResult.WaitThrown(t), i) in waitToBecomeTrue()