Home
last modified time | relevance | path

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

/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DWaitUtils.kt119 withEventualLogging(logTimeDelta = true) { in waitToBecomeTrue()
208 withEventualLogging(logTimeDelta = true) { in waitForNullableValueToSettle()
345 private class LoggerImpl private constructor(private val logTimeDelta: Boolean) : in log() constant in android.platform.uiautomator_helpers.WaitUtils.LoggerImpl
353 logTimeDelta: Boolean = false, in log()
355 ): T = LoggerImpl(logTimeDelta).use { it.block() } in log()
359 logs += if (logTimeDelta) "+${uptimeMillis() - startTime}ms $s" else s in log()