Home
last modified time | relevance | path

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

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DWaitUtils.kt21 import android.platform.uiautomator_helpers.WaitUtils.LoggerImpl.Companion.withEventualLogging
119 withEventualLogging(logTimeDelta = true) { in waitToBecomeTrue()
208 withEventualLogging(logTimeDelta = true) { in waitForNullableValueToSettle()
352 inline fun <T> withEventualLogging( in log() method