Home
last modified time | relevance | path

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

/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DScreenRecordRule.kt25 import android.platform.uiautomator_helpers.FailedEnsureException in <lambda>()
204 } catch (e: FailedEnsureException) { in <lambda>()
217 } catch (e: FailedEnsureException) { in <lambda>()
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DWaitUtils.kt80 throw FailedEnsureException(errorProvider()) in ensureThat()
371 class FailedEnsureException(message: String? = null) : IllegalStateException(message) class