Searched refs:TimeoutClock (Results 1 – 6 of 6) sorted by relevance
41 var timeoutClock = TimeoutClock(timeoutMs = remainingMs, sleepIntervalMs = stablePollIntervalMs) in waitForStableInternal()42 fun newTimeoutClockForRemainingTimeout(): TimeoutClock { in waitForStableInternal()44 timeoutClock = TimeoutClock(timeoutMs = remainingMs, sleepIntervalMs = stablePollIntervalMs) in waitForStableInternal()
22 internal class TimeoutClock(private val timeoutMs: Long, private val sleepIntervalMs: Long) { class
52 val clock = TimeoutClock(timeoutMs = timeoutMs, sleepIntervalMs = pollIntervalMs) in <lambda>()
22 import androidx.test.uiautomator.internal.TimeoutClock164 val clock = TimeoutClock(timeoutMs = timeoutMs, sleepIntervalMs = pollIntervalMs) in onView()
25 import androidx.test.uiautomator.internal.TimeoutClock52 val clock = TimeoutClock(timeoutMs = timeoutMs, sleepIntervalMs = sleepIntervalMs) in activeWindow()
26 import androidx.test.uiautomator.internal.TimeoutClock62 val clock = TimeoutClock(timeoutMs = timeoutMs, sleepIntervalMs = sleepIntervalMs) in waitForRoot()