| D | UiAutomatorTestScopeTest.kt | 35 import androidx.test.uiautomator.waitForStable 73 fun waitForStable() = uiAutomator { in <lambda>() method in androidx.test.uiautomator.testapp.UiAutomatorTestScopeTest 76 activeWindow().waitForStable(stableTimeoutMs = 2000, stableIntervalMs = 1000) in <lambda>()
|